Module gen_rpc_tcp_acceptor_sup

Behaviours: supervisor.

Function Index

init/1
start_child/1
start_link/0
stop_child/1

Function Details

init/1

init(X1) -> any()

start_child/1

start_child(Peer::{inet:ip4_address(), inet:port_number()}) -> {ok, supervisor:startchild_ret()} | {error, any()}

start_link/0

start_link() -> supervisor:startlink_ret()

stop_child/1

stop_child(Pid::pid()) -> ok


Generated by EDoc, Jul 15 2016, 18:20:29.