Module scc::bag

source ·
Expand description

Bag is a lock-free concurrent unordered instance container.

Structs§

  • Bag is a lock-free concurrent unordered instance container.
  • An iterator that moves out of a Bag.
  • A mutable iterator over the entries of a Bag.