Expand description
Queue-like data structure including notion of usage.
Structs§
- Using
Queue - Special queue-like data structure that includes the notion of usage to avoid items that were queued but never used from making it into the queue.
Enums§
- GetAction
- Take an item or just clone it?