Docs.rs
lfrlock-0.1.3
lfrlock 0.1.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ShaoG-R
Dependencies
antidote ^1.0.0
normal
smr-swap ^0.7.1
normal
arc-swap ^1.7.1
dev
criterion ^0.7
dev
Versions
88.89%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate lfrlock
lfrlock
0.1.3
All Items
Crate Items
Structs
Crate
lfrlock
Copy item path
Source
Structs
ยง
LfrLock
LfrLock (Lock-Free Read Lock) - Reads never block, writes are serialized using Mutex
Write
Guard
Write Guard - Provides direct mutable access, automatically commits changes on Drop Holds Mutex lock to ensure exclusive write access