honeydew v1.2.2 Honeydew.Queue behaviour 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
child_spec(name, args)
View Source
child_spec(name(), [any()]) :: Supervisor.child_spec()
Link to this section Callbacks
Link to this callback
handle_call(request, arg1, state)
View Source
(optional)
handle_call(request :: term(), GenServer.from(), state :: private()) :: {:reply, reply, new_state} | {:reply, reply, new_state, timeout() | :hibernate} | {:noreply, new_state} | {:noreply, new_state, timeout() | :hibernate} | {:stop, reason, reply, new_state} | {:stop, reason, new_state} when reply: term(), new_state: private(), reason: term()