Tzdata.Periodserver
Summary↑
create(server, name) | Ensures there is a bucket associated with the given |
lookup(table, name) | Looks up the bucket pid for |
start_link(table, event_manager, buckets, opts \\ []) | Starts the registry |
Functions
Ensures there is a bucket associated with the given name
in server
.
Looks up the bucket pid for name
stored in table
.
Returns {:ok, pid}
if a bucket exists, :error
otherwise.
Starts the registry.