scc
2.2.4
Module bag
Structs
In crate scc
Module
scc
::
bag
Copy item path
source
·
[
−
]
Expand description
Bag
is a lock-free concurrent unordered instance container.
Structs
§
Bag
Bag
is a lock-free concurrent unordered instance container.
IntoIter
An iterator that moves out of a
Bag
.
IterMut
A mutable iterator over the entries of a
Bag
.