Skip to main content

Module pool

Module pool 

Source

Structs§

Pool
Standard pool implementation
PoolItem
An item borrowed from a pool
SharedPoolItem
A shared reference to a pooled item
SyncPool
SyncPoolItem

Enums§

PoolValue
Enum to hold either a Box<T> or T directly

Traits§

PoolExt
Core trait defining pool operations
ReturnHandle
Returnable
Trait for items that can be returned to a pool