Verk.Manager.remove
You're seeing just the function
remove
, go back to Verk.Manager module for more information.
Specs
remove(atom()) :: :ok | {:error, :not_found}
It removes the queue
.
It returns :ok
if successful and {:error, :not_found}
otherwise.