Copyright © 2013-2020 Michael Truog
Version: 2.0.1 Dec 3 2021 17:15:32 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog at protonmail 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