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

include/distribute@node_builder_NodeBuilder.hrl

-record(node_builder, {
name :: gleam@option:option(binary()),
cookie :: gleam@option:option(binary()),
peers :: list(binary()),
auto_register_services :: boolean()
}).