You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-16 11:04:17 +02:00
Add course and session markers for deep-dives (#1521)
This doesn't add any timing information. The authors of each deep-dive can do that separately. Fixes #1510.
This commit is contained in:
committed by
GitHub
parent
8862ab6530
commit
a73c830e45
@ -1,3 +1,7 @@
|
||||
---
|
||||
course: Concurrency
|
||||
session: Morning
|
||||
---
|
||||
# Welcome to Concurrency in Rust
|
||||
|
||||
Rust has full support for concurrency using OS threads with mutexes and
|
||||
|
Reference in New Issue
Block a user