Crate ts_mem_pool[][src]

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