Skip to content

Commit 2c324de

Browse files
committed
Week12 update
1 parent 9cd9f64 commit 2c324de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

schedule.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ eleventyNavigation:
66
key: Schedule
77
order: 2
88
---
9+
## Week 12: Concurrency
10+
**Slides:**
11+
[light](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf)), [dark](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf))
12+
13+
**Homework:** Final project season!
14+
15+
**Lecture:**
16+
- `async`/`await`
17+
- Futures
18+
- Polling
19+
**Extra Material:**
20+
- [Async Book](https://rust-lang.github.io/async-book/)
21+
22+
923
## Week 11: Parallelism
1024
**Slides:**
1125
[light](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/light.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/light.pdf)), [dark](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/dark.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/dark.pdf))

0 commit comments

Comments
 (0)