scc
2.2.5
Module bag
Module Items
Structs
In crate scc
scc
Module
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.
Into
Iter
An iterator that moves out of a
Bag
.
IterMut
A mutable iterator over the entries of a
Bag
.