Module shm

Module shm 

Source
Available on crate feature shm only.
Expand description

Shared-memory API.

The types in this module behave the same as the types defined at the top level of this crate, except that they don’t set the FUTEX_PRIVATE_FLAG flag, so they can be used on memory shared with other processes.

See the Linux documentation for more information about FUTEX_PRIVATE_FLAG.

Re-exports§

pub use super::lock_api;

Type Aliases§

Condvar
MappedMutexGuard
MappedRwLockReadGuard
MappedRwLockWriteGuard
Mutex
MutexGuard
Once
OnceLock
RawCondvar
RawMutex
RawRwLock
ReentrantMutexatomic_usize
ReentrantMutexGuardatomic_usize
RwLock
RwLockReadGuard
RwLockWriteGuard