Behaviours: gen_server.
| code_change/3 | |
| collect/1 | |
| config/2 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| quit/0 | |
| state/0 | |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
collect(LD) -> any()
config(LD, X2) -> any()
handle_call(X1, X2, LD) -> any()
handle_cast(What, State) -> any()
handle_info(Msg, LD) -> any()
init(X1) -> any()
quit() -> any()
state() -> any()
terminate(Reason, State) -> any()
Generated by EDoc