mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
runtime: create reactor per worker (#660)
This commit is contained in:
committed by
Carl Lerche
parent
886511c0a6
commit
d35d0518f5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user