Skip to content
Discussion options

You must be logged in to vote

The Tokio APIs changed significantly between 0.2 and 1.0, as 1.0 was when the APIs were stabilized. Please read through the API docs.

The main issues I see here are that delay_for has been replaced by sleep and that UdpSocket no longer provides a splitting API (just put it in an Arc and clone it).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Noah-Kennedy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant