Login
From:
ryhl.io
(Uncensored)
subscribe
Async: What is blocking? – Alice Ryhl
https://ryhl.io/blog/async-what-is-blocking/
links
backlinks
Roast topics
Find topics
Find it!
The async/await feature in Rust is implemented using a mechanism known as cooperative scheduling, and this has some important consequences for people who write asynchronous Rust code.