27 releases
0.3.27 | Mar 11, 2023 |
---|---|
0.3.25 | Oct 20, 2022 |
0.3.21 | Feb 6, 2022 |
0.3.19 | Dec 18, 2021 |
0.0.0 | Jul 29, 2019 |
#31 in Asynchronous
4,700,230 downloads per month
Used in 18,469 crates
(31 directly)
29KB
537 lines
futures-task
Tools for working with tasks.
Usage
Add this to your Cargo.toml
:
[dependencies]
futures-task = "0.3"
The current futures-task
requires Rust 1.45 or later.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
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.
lib.rs
:
Tools for working with tasks.