honeydew v1.2.1 Honeydew.Workers 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_workers(name, module_and_args, opts \\ [])
View Source
start_workers(name(), mod_or_mod_args(), worker_opts()) :: :ok
Link to this function
stop_workers(name)
View Source
stop_workers(name()) :: :ok | {:error, :not_running}