runtime: create reactor per worker (#660)

This commit is contained in:
Stjepan Glavina
2018-10-02 18:19:27 -07:00
committed by Carl Lerche
parent 886511c0a6
commit d35d0518f5
6 changed files with 60 additions and 52 deletions
+1
View File
@@ -76,6 +76,7 @@ extern crate bytes;
#[macro_use]
extern crate futures;
extern crate mio;
extern crate num_cpus;
extern crate tokio_current_thread;
extern crate tokio_io;
extern crate tokio_executor;