Packages

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

Current section

Files

Jump to
glyn include glyn@registry_Registry.hrl
Raw

include/glyn@registry_Registry.hrl

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