futures-executor 0.3.1

Executors for asynchronous tasks based on the futures-rs library.
Documentation
[dependencies.futures-core]
default-features = false
version = "0.3.1"

[dependencies.futures-task]
default-features = false
version = "0.3.1"

[dependencies.futures-util]
default-features = false
version = "0.3.1"

[dependencies.num_cpus]
optional = true
version = "1.8.0"

[features]
default = ["std"]
std = ["futures-core/std", "futures-task/std", "futures-util/std"]
thread-pool = ["std", "num_cpus"]

[lib]
name = "futures_executor"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Executors for asynchronous tasks based on the futures-rs library.\n"
documentation = "https://docs.rs/futures-executor/0.3.0"
edition = "2018"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-executor"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.3.1"