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@handshake_MemberMetadata.hrl
-record(member_metadata, {
negotiated_versions :: list({binary(), integer()}),
secure_context :: gleam@option:option(distribute@crypto@provider:secure_context())
}).