Expand description
Object pooling.
Modules§
- helpers
- Helpers for creating and working with poolable objects.
Structs§
- Elastic
Object Pool - An elastic object pool.
- Fixed
Size Object Pool - A fixed-size object pool.
- OnDemand
Object Pool - An object pool that allocates objects on demand.
Traits§
- Clearable
- An item that can be cleared.
- Object
Pool - An object pool.
- Poolable
- An item that is poolable.
- Reclaim
Strategy - Object pool reclamation strategy.