Expand description
SHM helpers: temp paths, region open options, cleanup.
Functionsยง
- as_err
- Create a kit
Errorfrom a message. - err
- Convenience: return an
Err(Error::msg(msg)). - fmt_err
- Convenience: return an
Err(Error::msg(msg))forResult<()>. - journal_
open_ options - Create SHM journal open options with blocking/stats toggles.
- remove_
file_ best_ effort - Best-effort file removal.
- shm_
open_ options - Create SHM region open options with the provided blocking flag.
- temp_
mmap - Create a unique temporary path for a SHM mapping file.