Hacker News new | ask | show | jobs
by MuffinFlavored 2417 days ago
Do you use `tokio` with async-std or does it come with its own task spawner/executor?
1 comments

async-std comes with its own work-stealing executor built on the async-task and crossbeam-deque crates by the same author.

- https://docs.rs/async-task

- https://docs.rs/crossbeam-deque