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@cluster_ClusterHealth.hrl
Raw

include/distribute@cluster_ClusterHealth.hrl

-record(cluster_health, {
self_node :: binary(),
is_distributed :: boolean(),
connected_nodes :: list(binary()),
connected_count :: integer(),
reachable_nodes :: list(binary()),
unreachable_nodes :: list(binary())
}).