Behaviours: gen_server.
Authors: joe williams (j@boundary.com).
| dump/0 | |
| register/2 | |
| start_link/0 | Starts the server. |
| unregister/1 |
dump() -> any()
register(Name, Module) -> any()
start_link() -> {ok, Pid} | ignore | {error, Error}
Starts the server
unregister(Name) -> any()
Generated by EDoc