Crate using_queue
source · [−]Expand description
Queue-like datastructure including notion of usage.
Structs
Special queue-like datastructure that includes the notion of usage to avoid items that were queued but never used from making it into the queue.
Enums
Take an item or just clone it?