diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-22 04:42:07 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-26 14:43:26 -0400 |
commit | df09fbad92c4d48e58ed34000000f01ec4812e48 (patch) | |
tree | 4fb33b381b3ee96ab07c77e94faa0810b95a5200 /BUILD.gn | |
parent | 9e317c61d7760ccb2d7bb1a77a2005cc41f40e77 (diff) |
Use the thread pool for blocking I/O
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ main_extern = [ "$rust_build:rand", "$rust_build:tokio", "$rust_build:tokio_executor", + "$rust_build:tokio_threadpool", "$rust_build:url", "$rust_build:remove_dir_all", "$rust_build:dirs", |