Go to file
John Nunley 7c07f0f090
Allow usage on `no_std` targets and targets using `portable-atomic` (#7)
2022-09-01 12:08:46 -07:00
.github/workflows Allow usage on `no_std` targets and targets using `portable-atomic` (#7) 2022-09-01 12:08:46 -07: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
.clippy.toml Clean up CI config 2022-01-08 22:25:51 +09: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.