pub fn open_shm_journal_region4(
path: &Path,
blocking: bool,
stats: bool,
) -> Result<JournalRegion4>Expand description
Open a SHM journal region at path using v1 defaults (4 subscribers).
blocking=true requires wake sections; stats=true enables per-region stats tracking.