View Source Siblings.InternalWorker (Siblings v0.5.1)
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(), lookup: module(), name: GenServer.name(), hibernate?: boolean(), 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
.