Behaviours: gen_server.
| claim_table/0 | Gives the registration table away to the caller, which should be the registrar process. |
| start_link/0 | Starts the server. |
claim_table() -> ok
Gives the registration table away to the caller, which should be the registrar process.
start_link() -> {ok, Pid::pid()} | ignore | {error, Error::term()}
Starts the server
Generated by EDoc