View Source Siblings.InternalWorker (Siblings v0.3.0)
The internal process to manage Siblings.Worker
subsequent runs
along with its FSM.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
@type options() :: [ interval: non_neg_integer(), name: GenServer.name(), offload: (Siblings.InternalWorker.State.t() -> :ok) ]
Allowed options in a call to start_link/4
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.