Go to file
Taiki Endo 09b6ee2122
Merge pull request #6 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:51:30 +09:00
.github/workflows Fix CI 2020-12-24 20:37:15 +09:00
src Replace deprecated compare_and_swap with compare_exchange 2020-12-24 21:20:33 +09: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 Remove readme field from Cargo.toml 2021-02-14 19:43:57 +09: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.