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, {
registry_name :: gleam@erlang@process:name(reki:registry_message(any(), any())),
table_name :: reki@ets:table_identifier(any(), gleam@erlang@process:subject(any()))
}).