From df09fbad92c4d48e58ed34000000f01ec4812e48 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 22 Sep 2018 04:42:07 -0400 Subject: Use the thread pool for blocking I/O --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b60f80513..cc762f1ae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,7 @@ extern crate rand; extern crate tempfile; extern crate tokio; extern crate tokio_executor; +extern crate tokio_threadpool; extern crate url; #[macro_use] extern crate lazy_static; -- cgit v1.2.3