Simultaneous futures compat (#172)

This patch adds opt-in support for futures 0.2.
This commit is contained in:
Aaron Turon
2018-03-13 13:57:35 -07:00
committed by Carl Lerche
parent 5846b3fc2a
commit d304791c0e
27 changed files with 1045 additions and 105 deletions
+3
View File
@@ -26,6 +26,9 @@ script:
cargo check --tests --all --target $TARGET
else
cargo test --all
cargo test --features unstable-futures
cargo test --manifest-path tokio-threadpool/Cargo.toml --features unstable-futures
cargo test --manifest-path tokio-reactor/Cargo.toml --features unstable-futures
fi
deploy: