Type Alias SharedMemoryPool
pub type SharedMemoryPool = Arc<MemoryPool>;Expand description
Shared memory pool that can be cloned.
Aliased Typeยง
pub struct SharedMemoryPool { /* private fields */ }pub type SharedMemoryPool = Arc<MemoryPool>;Shared memory pool that can be cloned.
pub struct SharedMemoryPool { /* private fields */ }