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@codec@tagged_TaggedMessage.hrl
-record(tagged_message, {tag :: binary(), version :: integer(), payload :: any()}).