async-std is discontinued, switch to smol
We have async-std as a 2nd executor, mostly as a way to preserve our ability to run with more than just Tokio.
async-std is discontinued in favour of smol.
We have async-std as a 2nd executor, mostly as a way to preserve our ability to run with more than just Tokio.
async-std is discontinued in favour of smol.