Expand description
This crate provides a memory pool with thread-safe memory slots. It is based on smart pointers, that, when dropped, return ownership of their memory slot to the pool.
Re-exports§
pub use memory_pool::MemoryPool;
pub use memory_pool::CreateFn;
pub use arc_recycled::ArcRecycled;
pub use arc_recycled::Recycle;
Modules§
- arc_
recycled - Definition of the smart pointer
- memory_
pool - Definition of the pool structure