From e7488d983e025d1b3c025b33009dc3055b966e16 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 27 Jun 2019 22:30:56 -0700 Subject: threadpool: update to std::future (#1219) An initial pass at updating `tokio-threadpool` to `std::future`. The codebase and tests both now run using `std::future` but the wake mechanism is not ideal. Follow up work will be required to improve on this. Refs: #1200 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7d93dcaf..4b14d077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ # "tokio-signal", "tokio-sync", "tokio-test", - # "tokio-threadpool", + "tokio-threadpool", "tokio-timer", "tokio-tcp", # "tokio-tls", -- cgit v1.2.3