Crate dynamic_pooling

Source
Expand description

§dynamic-pooling

A lock-free, thread-safe object pool for Rust.

dynamic-pool doesn’t seem to be actively maintained, so this crate is an unofficial replacement.

Structs§

Pool
A lock-free, thread-safe object pool.
Pooled
An object taken from a Pool.

Traits§

Reset
Trait for types that can be reset to their Default while keeping allocated memory.