futures::task::AtomicWaker extracted into its own crate
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-06 15:20:23 +02:00
benches Update criterion requirement from 0.4 to 0.6 (#24) 2025-07-26 15:04:49 +09:00
src Improve wake performance (#25) 2025-07-10 17:07:55 +09:00
tests Initial commit 2020-07-19 17:43:22 +02:00
.gitignore Initial commit 2020-07-19 17:43:22 +02:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-06 15:20:23 +02: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 Fix build badge (#23) 2025-07-26 15:07:09 +09:00

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.