mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-17 15:21:32 +02:00
bfed596d28
* Generalize the day-4 afternoon This is in preparation for adding more options for this portion of the course, and reflects an existing practice of substituting other materials for this last half-day. * address review comments
12 lines
328 B
Markdown
12 lines
328 B
Markdown
# Welcome to Day 4
|
|
|
|
This morning, we will focus on Concurrency: threads, channels, shared state, `Send` and `Sync`.
|
|
In the afternoon, we will have a chance to see Rust in action.
|
|
|
|
<details>
|
|
|
|
This is a good time to give an outline of what you will cover in the afternoon
|
|
section, as announced in the course offering.
|
|
|
|
</details>
|