Module pooling

Module pooling 

Source
Expand description

Object pooling.

Modules§

helpers
Helpers for creating and working with poolable objects.

Structs§

ElasticObjectPool
An elastic object pool.
FixedSizeObjectPool
A fixed-size object pool.
OnDemandObjectPool
An object pool that allocates objects on demand.

Traits§

Clearable
An item that can be cleared.
ObjectPool
An object pool.
Poolable
An item that is poolable.
ReclaimStrategy
Object pool reclamation strategy.