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;