WhiteRabbit.RPC.ProcessStore.child_spec
You're seeing just the function
child_spec
, go back to WhiteRabbit.RPC.ProcessStore module for more information.
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, []}