Tide recommends using async-std for the async runtime, but recently the README was updated to include a notice stating that async-std is discontinued, with a suggestion to use smol instead. What this means exactly is unclear, but it is worth looking into migrating tide away from async-std as it will likely not be maintained.
Tide recommends using
async-stdfor the async runtime, but recently the README was updated to include a notice stating that async-std is discontinued, with a suggestion to usesmolinstead. What this means exactly is unclear, but it is worth looking into migrating tide away from async-std as it will likely not be maintained.