Go to file
Taiki Endo c364256674 Remove msrv field from .clippy.toml
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
2022-12-28 12:23:20 +09:00
.github/workflows Remove msrv field from .clippy.toml 2022-12-28 12:23:20 +09:00
src Allow usage on `no_std` targets and targets using `portable-atomic` (#7) 2022-09-01 12:08:46 -07:00
tests Initial commit 2020-07-19 17:43:22 +02:00
.gitignore Initial commit 2020-07-19 17:43:22 +02:00
CHANGELOG.md Initial commit 2020-07-19 17:43:22 +02:00
Cargo.toml Allow usage on `no_std` targets and targets using `portable-atomic` (#7) 2022-09-01 12:08:46 -07:00
LICENSE-APACHE Initial commit 2020-07-19 17:43:22 +02:00
LICENSE-MIT Initial commit 2020-07-19 17:43:22 +02:00
LICENSE-THIRD-PARTY Add third party licenses 2020-07-20 09:57:43 +02:00
README.md Update license badge to match Cargo.toml 2021-02-14 13:38:10 +09:00

README.md

atomic-waker

Build License Cargo Documentation

futures::task::AtomicWaker extracted into its own crate.

License

Licensed under either of

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.