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

12 lines
328 B
Markdown
Raw Normal View History

2022-12-21 17:36:30 +02:00
# 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.
2022-12-21 17:36:30 +02:00
<details>
2022-12-21 17:36:30 +02:00
This is a good time to give an outline of what you will cover in the afternoon
section, as announced in the course offering.
2022-12-21 17:36:30 +02:00
</details>