mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
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
26 lines
414 B
TOML
26 lines
414 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
# "tokio-buf",
|
|
"tokio-codec",
|
|
"tokio-current-thread",
|
|
"tokio-executor",
|
|
# "tokio-fs",
|
|
"tokio-futures",
|
|
"tokio-io",
|
|
"tokio-macros",
|
|
"tokio-reactor",
|
|
# "tokio-signal",
|
|
"tokio-sync",
|
|
"tokio-test",
|
|
"tokio-threadpool",
|
|
"tokio-timer",
|
|
"tokio-tcp",
|
|
# "tokio-tls",
|
|
# "tokio-trace",
|
|
# "tokio-trace/tokio-trace-core",
|
|
"tokio-udp",
|
|
# "tokio-uds",
|
|
]
|