Behaviours: gen_server.
Process table manager for goldrush.
Manager responsible for the processes, which serve as heir of the Counter and Param ets table processes. This process creates the table and initial data then assigns itself to inherit the ets table if any process responsible for it is killed. It then waits to give it back while that process is recreated by its supervisor.start_link/3 | Starts the server. |
wait_for_pid/1 | Wait for a registered process to be associated to a process identifier. |
start_link(Name, Managee, Data) -> {ok, Pid} | ignore | {error, Error}
Starts the server
wait_for_pid(Managee::atom()) -> pid()
Wait for a registered process to be associated to a process identifier.
Generated by EDoc