View Source Siblings.InternalWorker (Siblings v0.2.0)

The internal process to manage Siblings.Worker subsequent runs along with its FSM.

Link to this section Summary

Types

Allowed options in a call to start_link/4

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()]

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.