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

Download history 873689/week @ 2022-12-01 838982/week @ 2022-12-08 807673/week @ 2022-12-15 539579/week @ 2022-12-22 579691/week @ 2022-12-29 849847/week @ 2023-01-05 841851/week @ 2023-01-12 889816/week @ 2023-01-19 997253/week @ 2023-01-26 1009395/week @ 2023-02-02 1018599/week @ 2023-02-09 980203/week @ 2023-02-16 1141329/week @ 2023-02-23 1024361/week @ 2023-03-02 1172684/week @ 2023-03-09 1162701/week @ 2023-03-16

4,700,230 downloads per month
Used in 18,469 crates (31 directly)

MIT/Apache

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.

No runtime deps