almost done with the proofreading first pass ;-)
This commit is contained in:
Alexx Roche
2021-03-30 13:56:09 +02:00
committed by GitHub
parent 3f1a451e2b
commit ff43048585

View File

@@ -91,7 +91,7 @@ However, the strong performance and memory benefits of cooperative multitasking
## Async/Await in Rust
The Rust language provides first-class support for cooperative multitasking in form of async/await. Before we can explore what async/await is and how it works, we need to understand how _futures_ and asynchronous programming work in Rust.
The Rust language provides first-class support for cooperative multitasking in the form of async/await. Before we can explore what async/await is and how it works, we need to understand how _futures_ and asynchronous programming work in Rust.
### Futures