website
website copied to clipboard
FAQ
Here are some questions we might want to answer.
- [ ] What is the futures crate?
- [ ] What is the difference between Tokio, async-std and other executors?
- [ ] I got this weird panic message. What do I do?
- [ ] How do I use Tokio without
#[tokio::main](i.e. how to use builder) - [ ] Talk about "why not green threads?"
Regarding "why not green threads?", the tutorial says "A Tokio task is an asynchronous green thread", so that could be confusing if a FAQ implies green threads are a different thing.