https://github.com/celaus/async-rust-explainer-twitch
How do Rust's async executors work?
https://github.com/celaus/async-rust-explainer-twitch
async async-std rust rust-lang tokio
Last synced: 6 months ago
JSON representation
How do Rust's async executors work?
- Host: GitHub
- URL: https://github.com/celaus/async-rust-explainer-twitch
- Owner: celaus
- Created: 2022-02-06T13:24:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T13:26:18.000Z (about 4 years ago)
- Last Synced: 2025-01-20T00:53:58.740Z (about 1 year ago)
- Topics: async, async-std, rust, rust-lang, tokio
- Language: Rust
- Homepage: https://blog.x5ff.xyz/blog/async-executors-in-rust
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch Session: Async Rust
by Claus Matzinger (Read more at https://blog.x5ff.xyz), August 2021
## What we cover
1. Futures and how to build them
2. Task executors and spawners
3. [Async-Std](https://docs.rs/async-std/) & [Tokio](https://tokio.rs) a brief intro
## Learn more async?
Here are some sources that I recommend checking out (other than the documentations of the respective frameworks):
- A great Youtube video about async engines: [https://www.youtube.com/watch?v=Ws3jC6AJC_4](https://www.youtube.com/watch?v=Ws3jC6AJC_4)
- [The async book](https://rust-lang.github.io/async-book/)
- [Async working group foundations](https://rust-lang.github.io/wg-async-foundations/)
- Get 40% off my manning products by using `WATCHMATZINGER40` over at [my Manning LifeProject where you build an async price feed](https://www.manning.com/bundles/async-streams-in-rust-ser?utm_source=claus&utm_medium=affiliate&utm_campaign=affiliate&a_aid=claus&a_bid=ee3dd660)
# Work with Rust fulltime? We are hiring over @DEX Labs
Reach out directly on Twitter or Discord:
[twitter.com/DEXLabs1](https://twitter.com/DEXLabs1)
[discord.gg/CaqdRvA](http://discord.gg/CaqdRvA)
# LICENSE
MIT