2 unstable releases
0.1.0 | Dec 1, 2020 |
---|---|
0.0.3 | Jul 7, 2020 |
0.0.2 |
|
0.0.1 |
|
0.0.0 |
|
#582 in Concurrency
26,919 downloads per month
Used in 5 crates
32KB
642 lines
spinning-rs
A #![no_std]
crate for spinlocks, intended to function similarly to
spin
, but with enhanced features such as SIX
(shared-intent-exclusive) rwlocks, and
lock_api
.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~160KB