Docs.rs
mcs-0.1.1
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
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
(2017-01-21)
0.1.0
(2016-10-22)
Owners
mcs-0.1.1 doesn't have any documentation.
mcs-rs
This implements the
MCS spinlocking algorithm
in Rust.