Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion content/lessons/11_async_1/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Async: Part 1"
date = 2022-12-12
date = 2024-11-27
weight = 1
[extra]
lesson_date = 2024-11-28
Expand All @@ -13,3 +13,9 @@ We'll use the [Tokio tutorial](https://tokio.rs/tokio/tutorial) (chapters `Overv
## Common Rust Lifetime Misconceptions

Please read [this blogpost](https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md).

## Assignment 6 (graded)

[Calculator](https://classroom.github.com/a/eYvC5SSn)

Deadline: 04.12.2024 23:59
Loading