Go to file
Taiki Endo 7e75b7ebe3 Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-03-26 16:32:14 +09:00
.github Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI 2023-03-26 16:32:14 +09:00
src Use `Waker::will_wake()` to avoid a cloning op (#12) 2023-03-23 00:53:54 +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 Release 1.1.0 2023-01-15 23:33:31 +09:00
Cargo.toml Release 1.1.0 2023-01-15 23:33:31 +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.