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@discovery@behaviour_DiscoveryOptions.hrl
-record(discovery_options, {
name :: binary(),
sync_interval_ms :: integer(),
sync_timeout_ms :: integer(),
telemetry_prefix :: binary(),
seed_peers :: list(binary()),
custom :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_())
}).