Module queue
scc
2.3.3
Module queue
Module Items
Structs
In crate scc
Modules
bag
hash_cache
hash_index
hash_map
hash_set
queue
stack
tree_index
Structs
LinkedEntry
Traits
Comparable
Equivalent
LinkedList
scc
Module
queue
Copy item path
Settings
Help
Summary
Source
Expand description
Queue
is a lock-free concurrent first-in-first-out container.
Structs
§
Iter
An iterator over the entries of a
Queue
.
Queue
Queue
is a lock-free concurrent first-in-first-out container.