rust-lang / async-book

Asynchronous Programming in Rust
https://rust-lang.github.io/async-book/index.html
MIT License
1.84k stars 248 forks source link

Thoughts on making the philipp oppermann's 'async/await' blog a part of the official rust documentation. #186

Open nihalpasham opened 1 year ago

nihalpasham commented 1 year ago

Async/Await documentation does feel a bit daunting. For folks who are new to rust and async/await, I think Philipp Oppermann's blog is an excellent introduction to the subject. It starts with foundational concepts such as pre-emptive multitasking and builds its way to a simple yet functional bare-metal implementation.

I was wondering if there's any interest in adding it to the official async rust-lang documentation?

PS: I have already checked with him and he is OK contributing parts of the blog post to official Rust docs if there is a desire.