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
Current section
Files
include/distribute@node_builder_NodeResult.hrl
-record(node_result, {
node_started :: boolean(),
connections :: list(binary()),
registered_services :: list(binary()),
errors :: list(binary())
}).