Copyright © 2013-2017 Michael Truog
Version: 1.7.1 Jun 7 2017 10:27:08 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
service_add/1 | |
service_remove/1 | |
start_link/0 | |
terminate/2 |
code_change(X1, State, X3) -> any()
handle_call(Request, X2, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Request, State) -> any()
init(X1) -> any()
service_add(Service) -> any()
service_remove(Service) -> any()
start_link() -> any()
terminate(X1, X2) -> any()
Generated by EDoc, Jun 7 2017, 10:27:08.