summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-22 04:42:07 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-26 14:43:26 -0400
commitdf09fbad92c4d48e58ed34000000f01ec4812e48 (patch)
tree4fb33b381b3ee96ab07c77e94faa0810b95a5200 /src/main.rs
parent9e317c61d7760ccb2d7bb1a77a2005cc41f40e77 (diff)
Use the thread pool for blocking I/O
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
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;