Deprecate executor re-exports (#412)

This commit is contained in:
Carl Lerche
2018-06-12 14:41:12 -07:00
committed by GitHub
parent d1f825ca13
commit ab07733d66
4 changed files with 21 additions and 27 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
use executor::current_thread::{self, CurrentThread};
use executor::current_thread::Handle as ExecutorHandle;
use tokio_current_thread::{self as current_thread, CurrentThread};
use tokio_current_thread::Handle as ExecutorHandle;
use runtime::current_thread::Builder;
use tokio_reactor::{self, Reactor};