We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764ffa0 commit c43ad72Copy full SHA for c43ad72
content/lessons/11_async_1/index.md
@@ -1,6 +1,6 @@
1
+++
2
title = "Async: Part 1"
3
-date = 2022-12-12
+date = 2024-11-27
4
weight = 1
5
[extra]
6
lesson_date = 2024-11-28
@@ -13,3 +13,9 @@ We'll use the [Tokio tutorial](https://tokio.rs/tokio/tutorial) (chapters `Overv
13
## Common Rust Lifetime Misconceptions
14
15
Please read [this blogpost](https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md).
16
+
17
+## Assignment 6 (graded)
18
19
+[Calculator](https://classroom.github.com/a/eYvC5SSn)
20
21
+Deadline: 04.12.2024 23:59
0 commit comments