An open API service indexing awesome lists of open source software.

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?

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