Docs.rs
mcs-0.1.1
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mcs 0.1.1
Synchronization primitives based on Mellor-Crummey and Scott's (MCS) queueing spinlock. This library is usable without `std`.
Crate
Source
Builds
Feature flags
Size
Source code size: 15.09 kB
This is the summed size of all the files inside the crates.io package for this release.
Links
gereeter/mcs-rs
3
2
0
crates.io
Dependencies
lazy_static ^0.2
dev
Versions
0.1.1
0.1.0
Owners
mcs-0.1.1 doesn't have any documentation.
mcs-rs
This implements the
MCS spinlocking algorithm
in Rust.