1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-17 15:21:32 +02:00
comprehensive-rust/src/welcome-day-4.md
Dustin J. Mitchell bfed596d28
Generalize the day-4 afternoon (#487)
* 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
2023-03-10 09:07:36 -05:00

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>