Module sharded_slab::pool

source ·
Expand description

A lock-free concurrent object pool.

See the Pool type’s documentation for details on the object pool API and how it differs from the Slab API.

Structs§

  • An owned guard that allows shared immutable access to an object in a pool.
  • An owned guard that allows exclusive, mutable access to an object in a pool.
  • A lock-free concurrent object pool.
  • A guard that allows access to an object in a pool.
  • A guard that allows exclusive mutable access to an object in a pool.