pub fn open_shm_sequencer_region<const N: usize>( path: &Path, blocking: bool, ) -> Result<SequencerRegion<N>>
Open a SHM sequencer region at path.
path
blocking=true requires the sequencer layout to include a wake section.
blocking=true