View Source OddJob.Queue (OddJob v0.1.0)

Link to this section Summary

Link to this section Types

Specs

job() :: OddJob.Job.t()

Specs

t() :: %OddJob.Queue{
  assigned: [pid()],
  id: atom(),
  jobs: [job()],
  supervisor: atom(),
  workers: [pid()]
}