Crate using_queue

Source
Expand description

Queue-like data structure including notion of usage.

Structs§

UsingQueue
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?