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

include/distribute@cluster@gossip_GossipEntry.hrl

-record(gossip_entry, {
node :: binary(),
status :: distribute@cluster@gossip:node_status(),
incarnation :: integer(),
timestamp :: integer()
}).