View Source Siblings.InternalWorker.State (Siblings v0.2.0)

The state of the worker.

Link to this section Summary

Link to this section Types

@type t() :: %{
  worker: module(),
  fsm: {reference(), pid()},
  lookup: nil | GenServer.name(),
  id: Siblings.Worker.id(),
  initial_payload: Siblings.Worker.payload(),
  interval: non_neg_integer()
}