Expand description

Work queue for finite work.

A queue that allows for processing a variable amount of work that may spawn more jobs, but is expected to finish eventually.

Structs§

  • Handle containing a job.
  • Multi-producer, multi-consumer async job queue with end conditions.