honeydew v1.2.0 Honeydew.Queues View Source

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Link to this section Types

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function start_queue(name, opts) View Source
start_queue(name(), [queue_spec_opt()]) :: :ok
Link to this function stop_queue(name) View Source
stop_queue(name()) :: :ok | {:error, :not_running}