Behaviours: supervisor.
node_or_tuple() = atom() | {atom(), term()}
| init/1 | |
| nodes/0 | |
| start_child/1 | |
| start_link/0 | |
| stop_child/1 |
init(X1) -> any()
nodes() -> list()
start_child(NodeOrTuple::node_or_tuple()) -> supervisor:startchild_ret()
start_link() -> supervisor:startlink_ret()
stop_child(Pid::pid()) -> ok
Generated by EDoc