[][src]Module sharded_slab::pool

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

OwnedRef

An owned guard that allows shared immutable access to an object in a pool.

OwnedRefMut

An owned guard that allows exclusive, mutable access to an object in a pool.

Pool

A lock-free concurrent object pool.

Ref

A guard that allows access to an object in a pool.

RefMut

A guard that allows exclusive mutable access to an object in a pool.