Crates.io | spinning |
lib.rs | spinning |
version | 0.1.0 |
source | src |
created_at | 2020-06-20 10:22:46.314345 |
updated_at | 2020-12-01 13:46:55.91352 |
description | Mutexes and SIX locks implemented by spinning |
homepage | |
repository | https://github.com/4lDO2/spinning-rs.git |
max_upload_size | |
id | 255945 |
size | 44,860 |
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
.
Licensed under either of
at your option.
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.