async-book
async-book copied to clipboard
Thoughts on making the philipp oppermann's 'async/await' blog a part of the official rust documentation.
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.