mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Simultaneous futures compat (#172)
This patch adds opt-in support for futures 0.2.
This commit is contained in:
@@ -19,8 +19,13 @@ crossbeam-deque = "0.3"
|
||||
num_cpus = "1.2"
|
||||
rand = "0.4"
|
||||
log = "0.3"
|
||||
futures2 = { version = "0.1", path = "../futures2", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-timer = "0.1"
|
||||
env_logger = "0.4"
|
||||
futures-cpupool = "0.1.7"
|
||||
|
||||
[features]
|
||||
unstable-futures = ["futures2", "tokio-executor/unstable-futures"]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user