Copyright © 2011-2022 Michael Truog
Version: 2.0.5 Oct 11 2022 20:13:46 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog at protonmail dot com).
code_change(X1, State, X3) -> any()
duo_mode_loop(State_duo) -> any()
duo_mode_loop_init(State_duo) -> any()
format_status(Opt, X2) -> any()
get_status(Dispatcher) -> any()
get_status(Dispatcher, Timeout) -> any()
handle_call(Request, Client, State) -> any()
handle_cast(Request, State) -> any()
handle_info(T, State) -> any()
handle_module_info_loop_hibernate(Uses, ResultPid) -> any()
handle_module_request_loop_hibernate(Uses, ResultPid) -> any()
init(X1) -> any()
start_link(ProcessIndex, ProcessCount, TimeStart, TimeRestart, Restarts, GroupLeader, Module, Args, Timeout, Prefix, TimeoutAsync, TimeoutSync, TimeoutTerm, DestRefresh, DestDeny, DestAllow, Config_service_options, ID, Parent) -> any()
system_code_change(State, Module, VsnOld, Extra) -> any()
system_continue(Dispatcher, Debug, State) -> any()
system_terminate(Reason, Dispatcher, Debug, State) -> any()
terminate(Reason, State) -> any()
Generated by EDoc