Lines Matching +full:rust +full:- +full:executor
2 name = "futures-executor"
6 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-lang/futures-rs"
8 homepage = "https://rust-lang.github.io/futures-rs"
9 documentation = "https://docs.rs/futures-executor/0.3"
11 Executors for asynchronous tasks based on the futures-rs library.
16 std = ["futures-core/std", "futures-task/std", "futures-util/std"]
17 thread-pool = ["std", "num_cpus"]
20 futures-core = { path = "../futures-core", version = "0.3.13", default-features = false }
21 futures-task = { path = "../futures-task", version = "0.3.13", default-features = false }
22 futures-util = { path = "../futures-util", version = "0.3.13", default-features = false }
25 [dev-dependencies]
29 all-features = true
30 rustdoc-args = ["--cfg", "docsrs"]