this post was submitted on 09 Sep 2023
40 points (97.6% liked)
Rust Programming
8126 readers
3 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Practically speaking, you don't have to.
Your executor of choice should be doing
tokio
compat for you, one way or another, so you don't have to worry about it (e.g. async-global-executor with thetokio
feature).async-std
is dead.