open_shm_fanout_region

Function open_shm_fanout_region 

Source
pub fn open_shm_fanout_region<const N: usize>(
    path: &Path,
    blocking: bool,
) -> Result<FanoutRegion<N>>
Expand description

Open a SHM fanout region at path.

blocking=true requires the fanout layout to include a wake section.