Requiem.SenderRegistry (requiem v0.4.0)

Link to this section Summary

Link to this section Functions

Link to this function

lookup(handler, worker_index)

Specs

lookup(module(), non_neg_integer()) :: {:ok, pid()} | {:error, :not_found}
Link to this function

register(handler, worker_index)

Specs

register(module(), non_neg_integer()) ::
  {:ok, pid()} | {:error, {:already_registered, pid()}}
Link to this function

unregister(handler, worker_index)

Specs

unregister(module(), non_neg_integer()) :: :ok