Expand description
Create anonymous POSIX shared memory objects.
This crate is only works on unix
targets and is no_std
compatible.
Functionsยง
- shm_
open_ anonymous - Creates an anonymous POSIX shared memory object.
Create anonymous POSIX shared memory objects.
This crate is only works on unix
targets and is no_std
compatible.