View Source WhiteRabbit.RPC.ProcessStore (White Rabbit v0.2.0)
Link to this section Summary
Functions
GenServer implementation of a key value store using :ets tables to store caller id and their pids to link RPC requests back to the correct process.
Get a value from :persistent_term using key {WhiteRabbit, service}
Link to this section Functions
GenServer implementation of a key value store using :ets tables to store caller id and their pids to link RPC requests back to the correct process.
Start under a Supervisor.
{WhiteRabbit.RPC.ProcessStore, []}
Get a value from :persistent_term using key {WhiteRabbit, service}