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

A lock-free, thread-safe object pool.

An object taken from a Pool.

Traits

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