Tai.Venues.StreamsSupervisor (tai v0.0.75)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for DynamicSupervisor.init/1
.
Link to this section Types
Link to this type
stream()
Specs
stream() :: Tai.Venues.Stream.t()
Link to this section Functions
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(_)
Callback implementation for DynamicSupervisor.init/1
.
Link to this function
start(stream)
Specs
start(stream()) :: DynamicSupervisor.on_start_child()
Link to this function
start_link(_)
Link to this function
stop(pid)
Specs
stop(pid()) :: :ok | {:error, :not_found}
Link to this function