Copyright © 2013-2016 Michael Truog
Version: 1.5.2 Oct 7 2016 12:03:14 ------------------------------------------------------------------------
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 | |
process_dictionary_get/0 | |
process_dictionary_set/1 | |
start_link/4 | |
stop_link/1 | |
terminate/2 |
code_change(X1, State, X3) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Request, State) -> any()
init(X1) -> any()
process_dictionary_get() -> any()
process_dictionary_set(ProcessDictionary) -> any()
start_link(Timeout, PidOptions, ProcessDictionary, InternalState) -> any()
stop_link(Pid) -> any()
terminate(X1, X2) -> any()
Generated by EDoc, Oct 7 2016, 12:03:14.