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

include/distribute@handshake_Hello.hrl

-record(hello, {
node_id :: binary(),
node_info :: list({binary(), binary()}),
capabilities :: list(distribute@handshake:capability())
}).