Packages

Type-safe PubSub and Registry for Gleam actors with distributed clustering support

Current section

Files

Jump to
glyn include glyn@pubsub_PubSub.hrl
Raw

include/glyn@pubsub_PubSub.hrl

-record(pub_sub, {
scope :: gleam@erlang@atom:atom_(),
decoder :: gleam@dynamic@decode:decoder(any()),
error_default :: any()
}).