Available on crate feature
shm only.Expand description
POSIX shared memory
Structs
O_*constants for use withshm_open.
Functions
shm_open(name, oflags, mode)—Opens a shared memory object.shm_unlink(name)—Unlinks a shared memory object.