Copyright © 2017-2020 Michael Truog
Version: 1.8.1 Oct 11 2022 19:49:26 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog at protonmail dot com).
process() = pid()
add/2 | |
code_change/3 | |
died/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
remove/2 | |
start_link/1 | |
stop_link/1 | |
terminate/2 |
add(Process::process(), Pid::pid()) -> ok
code_change(X1, State, X3) -> any()
died(Process::process()) -> {[pid()], [[{pid(), {exit, any()}}, ...]]}
handle_call(Request, X2, State) -> any()
handle_cast(Request, State) -> any()
handle_info(DOWN, State) -> any()
init(X1) -> any()
remove(Process::process(), Pid::pid()) -> ok
start_link(Pid::pid()) -> {ok, pid()} | {error, any()}
stop_link(Process::process()) -> ok
terminate(X1, State) -> any()
Generated by EDoc