-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Milestone
Description
This issue tracks the progress of updating Tokio to use std::future.
Crates to update
- tokio-codec (codec: update to std::future #1189).
- tokio-fs (fs: update to std::future #1192).
- tokio-signal (signal: update to std::future #1193).
- tokio-threadpool (threadpool: update to std::future #1200).
- tokio-tls (tls: update to std::future #1194).
- tokio-udp (udp: update to std::future #1195).
- tokio-uds (uds: update to std::future #1196).
Examples
The examples should be updated to idiomatic async / await syntax.
- blocking
- chat-combinator-current-thread
- chat-combinator
- chat
- connect
- echo-udp
- echo
- hello_world
- manual-runtime
- print_each_packet
- proxy
- tinydb
- tinyhttp
- udp-client
- udp-codec
Additional functionality
Besides requiring crates to have transitioned to std::future, some examples are blocked on additional functionality being added.
- I/O helpers (tokio: introduce I/O utility helpers #1203).
Alpha release
The first alpha release will happen once the examples have been updated.
ry, nytopop, alexander-irbis, alex, jnicholls and 2 morezkat, JohnDoneth, jonhoo, drrlvn, Kerollmops and 20 moreLucioFranco, florianjacob, dfaust, IsaacLeeWebDev, LinusU and 2 more
Metadata
Metadata
Assignees
Labels
No labels