Module stack
scc
2.3.3
Module stack
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
stack
Copy item path
Settings
Help
Summary
Source
Expand description
Stack
is a lock-free concurrent last-in-first-out container.
Structs
§
Iter
An iterator over the entries of a
Stack
.
Stack
Stack
is a lock-free concurrent last-in-first-out container.