Behaviours: supervisor.
| init/1 | |
| start_child/2 | |
| start_link/0 | |
| stop_child/1 |
init(X1) -> any()
start_child(Driver::atom(), Peer::{inet:ip4_address(), inet:port_number()}) -> supervisor:startchild_ret()
start_link() -> supervisor:startlink_ret()
stop_child(Pid::pid()) -> ok
Generated by EDoc