diff --git a/src/runtime.rs b/src/runtime.rs index c277bb788..dcc25fc2e 100644 --- a/src/runtime.rs +++ b/src/runtime.rs @@ -234,6 +234,7 @@ impl Runtime { let handle = reactor.handle().clone(); let pool = threadpool::Builder::new() + .name_prefix("tokio-runtime-worker-") .around_worker(move |w, enter| { ::tokio_reactor::with_default(&handle, enter, |_| { w.run();