Module work_queue

Source
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ยง

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