book icon indicating copy to clipboard operation
book copied to clipboard

update the book for async/await

Open steveklabnik opened this issue 7 years ago • 9 comments

This issue tracks inclusion of information about async/await into the Book. This will happen in the 2018 edition.

Tracking issue: None

steveklabnik avatar Apr 03 '18 15:04 steveklabnik

This feature is no longer blocking rust 2018, and so neither is the docs for it.

steveklabnik avatar Jul 10 '18 21:07 steveklabnik

Hello, I'm newish to Rust. Long time fan but I've been waiting for Async/Await to stabilize before jumping into the code. With the release of 1.36 this coming Nov 7th, async/await will be official.

I'm wondering if you have plans for new material?

MCTaylor17 avatar Oct 31 '19 21:10 MCTaylor17

Oh, wow... That's actually more than I hoped. So much to learn, so little time 😬

MCTaylor17 avatar Nov 01 '19 20:11 MCTaylor17

To be clear, we do eventually plan on covering it in the book, but are unsure how to go about it just yet. It's gonna be a while. This feature is important, so we do want to do it, it's just not simple.

steveklabnik avatar Nov 07 '19 18:11 steveklabnik

The async book is first match on my web searches (I am using duckduckgo, search "rust async"), bumping this as I think there is value in integrating, as well as possibly updating the book with anything relevant. I am in the process of initiating my first toy rust project and I appreciate coherent documentation.

Would it make sense to keep it standalone instead and add to "grow with rust" section of rust-lang.org?

MaxDZ8 avatar Dec 05 '20 16:12 MaxDZ8

We also believe that it is important for the book to cover async/await. However, we cannot promise this will happen at any particular time.

Would it make sense to keep it standalone instead and add to "grow with rust" section of rust-lang.org?

It is not really clear to me what you're asking about specifically. What is 'it'?

steveklabnik avatar Dec 05 '20 18:12 steveklabnik

I've also noticed a lack of async chapters in the current book, are there plans to add it now? How can I help?

heisen-li avatar Jun 23 '22 08:06 heisen-li

I'm working on a revision of the print version of the book for the 2021 edition, and it's already quite late. So given my availability, I decided not to include async this revision. Please check out the excellent async book.

carols10cents avatar Jul 05 '22 15:07 carols10cents