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

include/distribute@discovery@beam_adapter_Lookup.hrl

-record(lookup, {
peer :: binary(),
reply :: gleam@erlang@process:subject({ok,
distribute@discovery@types:peer_info()} |
{error, distribute@discovery@types:discovery_error()})
}).