View Source FastCi.Supervisors.WebsocketSupervisor (FastCi v0.1.1)
Summary
Functions
Add the child to the Dynamic Supervisor for websockets
Returns a specification to start this module under a supervisor.
Functions
@spec add_child(child_spec :: Supervisor.child_spec()) :: DynamicSupervisor.on_start_child()
Add the child to the Dynamic Supervisor for websockets
Returns a specification to start this module under a supervisor.
See Supervisor
.