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