Packages

Typed distributed messaging for Gleam on the BEAM.

Retired package: Deprecated - The project needs to be redesigned around a much smaller and clearer core.

Current section

Files

Jump to
distribute include distribute@connection_pool_PoolStats.hrl
Raw

include/distribute@connection_pool_PoolStats.hrl

-record(pool_stats, {
target_node :: binary(),
max_connections :: integer(),
active_connections :: integer(),
available_connections :: integer()
}).