Packages

A Gleam actor registry that manages actors by key, with fast ETS lookups and automatic cleanup

Current section

Files

Jump to
reki include reki_Registry.hrl
Raw

include/reki_Registry.hrl

-record(registry, {
server_name :: gleam@erlang@atom:atom_(),
table_name :: gleam@erlang@atom:atom_()
}).