We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43ad72 commit 17ced2bCopy full SHA for 17ced2b
content/lessons/13_async_2/index.md
@@ -187,3 +187,10 @@ We will follow the [steps](https://rust-lang.github.io/async-book/02_execution/0
187
- [What color is your function](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/)
188
- [Pin and suffering](https://fasterthanli.me/articles/pin-and-suffering)
189
- [Understanding Rust futures by going way too deep](https://fasterthanli.me/articles/understanding-rust-futures-by-going-way-too-deep)
190
+- [Desugaring and assembly of Rust async/await](https://eventhelix.com/rust/rust-to-assembly-async-await/)
191
+
192
+## Assignment 7 (graded)
193
194
+[Calculator](https://classroom.github.com/a/5g7J3TNh)
195
196
+Deadline: 11.12.2024 23:59
0 commit comments