Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ #452

Open
5 tasks
Darksonn opened this issue Jul 23, 2020 · 1 comment
Open
5 tasks

FAQ #452

Darksonn opened this issue Jul 23, 2020 · 1 comment
Labels
tracking issue Issue that tracks progress on many smaller issues

Comments

@Darksonn
Copy link
Contributor

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?"
@Darksonn Darksonn added the tracking issue Issue that tracks progress on many smaller issues label Jul 23, 2020
@tekul
Copy link

tekul commented May 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracking issue Issue that tracks progress on many smaller issues
Projects
None yet
Development

No branches or pull requests

2 participants