mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
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
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ members = [
|
||||
# "tokio-signal",
|
||||
"tokio-sync",
|
||||
"tokio-test",
|
||||
# "tokio-threadpool",
|
||||
"tokio-threadpool",
|
||||
"tokio-timer",
|
||||
"tokio-tcp",
|
||||
# "tokio-tls",
|
||||
|
||||
Reference in New Issue
Block a user