[][src]Module nuki::object_pool

Object Pool.

The goal of an object pool is to reuse expensive to allocate objects or frequently allocated objects.

Structs

ForwardPool

Forward Only Object Pool.

ForwardPoolIter

Pooled Object Iterator.

ForwardPoolIterMut

Mutable Pooled Object Iterator.

PoolObjectBase

Base attributes of the Pooled Object.

Traits

PoolObject

Pooled Object Abstract.

PoolObjectTypeId

TypeId of the Pooled Object.