Crates.io | portable-atomic-util |
lib.rs | portable-atomic-util |
version | 0.2.3 |
source | src |
created_at | 2023-01-15 07:29:59.25069 |
updated_at | 2024-10-17 15:56:31.857699 |
description | Synchronization primitives built with portable-atomic. |
homepage | |
repository | https://github.com/taiki-e/portable-atomic |
max_upload_size | |
id | 759284 |
size | 177,530 |
Synchronization primitives built with portable-atomic.
Arc
. (optional, requires the std
or alloc
feature)task::Wake
. (optional, requires the std
or alloc
feature)See #1 for other primitives being considered for addition to this crate.
std
Use std
.
Note:
alloc
feature.alloc
Use alloc
.
Note:
std
feature is not enabled is Rust 1.36 that alloc
crate stabilized.Licensed under either of Apache License, Version 2.0 or MIT license 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.