pub fn create_pool( name: impl Into<String>, buffer_size: usize, max_buffers: usize, ) -> Arc<MemoryPool>
Create a shared memory pool.