Tcp.Supervisor (gt_bridge v0.19.2)

Copy Markdown View Source

I supervise the framed-transport Tcp.Listener and its Tcp.Connection children. I start empty; start_listener/1 brings a listener up.

Summary

Functions

Returns a specification to start this module under a supervisor.

I bring up a framed-transport listener on port.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(init_arg)

start_listener(port)

I bring up a framed-transport listener on port.