Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@testing@session_pool_PoolConfig.hrl
Raw

include/plushie@testing@session_pool_PoolConfig.hrl

-record(pool_config, {
mode :: plushie@testing@session_pool:pool_mode(),
format :: plushie@protocol:format(),
max_sessions :: integer(),
renderer_path :: gleam@option:option(binary())
}).