Behaviours: gen_server.
| code_change/3 | |
| code_reload/0 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| req/2 | |
| req/3 | |
| start_link/1 | |
| terminate/2 |
code_change(OldVersion, State, Extra) -> any()
code_reload() -> any()
handle_call(Req, From, State) -> any()
handle_cast(Req, State) -> any()
handle_info(Message, State) -> any()
init(Args) -> any()
req(Pid, Req) -> any()
req(Pid, Req, Timeout) -> any()
start_link(Args) -> any()
terminate(Reason, State) -> any()
Generated by EDoc