https://github.com/smol-rs/atomic-waker
futures::task::AtomicWaker extracted into its own crate
https://github.com/smol-rs/atomic-waker
async rust
Last synced: over 1 year ago
JSON representation
futures::task::AtomicWaker extracted into its own crate
- Host: GitHub
- URL: https://github.com/smol-rs/atomic-waker
- Owner: smol-rs
- License: apache-2.0
- Created: 2020-07-19T15:43:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T16:44:52.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:09:02.513Z (over 1 year ago)
- Topics: async, rust
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 25
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# atomic-waker
[](
https://github.com/smol-rs/atomic-waker/actions)
[](
https://github.com/smol-rs/atomic-waker)
[](
https://crates.io/crates/atomic-waker)
[](
https://docs.rs/atomic-waker)
`futures::task::AtomicWaker` extracted into its own crate.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.