Docs.rs
linux-io-0.11.0
linux-io 0.11.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
apparentlymart
Dependencies
linux-unsafe ^0.12.0
normal
tempfile ^3.3.0
dev
Versions
52.48%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
linux_
io
0.11.0
Module sync
Module Items
Structs
In crate linux_
io
linux_io
Module
sync
Copy item path
Source
Expand description
Synchronization primitives built using Linux kernel features.
Structs
§
Mutex
A mutex implemented in terms of the Linux “futex” system call.
Mutex
Guard