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 the tokio feature).
tokio
async-std is dead.
async-std
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.