Add top-level tests for futures 0.2 integration (#231)

This commit is contained in:
Aaron Turon
2018-03-15 16:38:12 -07:00
committed by Carl Lerche
parent b7f4e337be
commit 7b1306e6c2
6 changed files with 353 additions and 0 deletions
+3
View File
@@ -84,6 +84,9 @@ pub mod reactor;
pub mod runtime;
pub use executor::spawn;
#[cfg(feature = "unstable-futures")]
pub use executor::spawn2;
pub use runtime::run;
pub mod io {