Behaviours: supervisor.
| children_names/0 | |
| init/1 | |
| start_child/1 | |
| start_link/0 | |
| stop_child/1 |
children_names() -> list()
init(X1) -> any()
start_child(Node::node()) -> supervisor:startchild_ret()
start_link() -> supervisor:startlink_ret()
stop_child(Pid::pid()) -> ok
Generated by EDoc, Jul 15 2016, 18:20:29.