Module stack_queue::assignment 
source · Structs§
- A guard granting exclusive access over a bounded range of a
StackQueuebuffer - An iterator over a guarded range of tasks from a
StackQueuebuffer - A type-state proof of completion for a task assignment
 - The responsibilty to process a yet to be assigned set of tasks.
 - Assignment of a task range yet to be processed
 - A guard granting exclusive access over an unbounded range of a
StackQueuebuffer