Exercises
์ด๋ฒ ํ๋ จ์์๋ ๋์์ฑ ๊ธฐ์ ์ ์ฐ์ตํฉ๋๋ค:
- ์์ฌํ๋ ์ฒ ํ์ ๋ฌธ์ : ๊ณ ์ ์ ์ธ ๋์์ฑ ๋ฌธ์ ์ ๋๋ค.
- ๋ฉํฐ ์ค๋ ๋ ๋งํฌ ๊ฒ์ฌ: ์นด๊ณ ๋ฅผ ์ฌ์ฉํ์ฌ ์ข ์์ฑ์ ๋ค์ด๋ก๋ํ๋ฉด์ ๋งํฌ๋ฅผ ์ฒดํฌํ๋ ํฐ ํ๋ก์ ํธ์ ๋๋ค
Let us practice our new concurrency skills with
Dining philosophers: a classic problem in concurrency.
Multi-threaded link checker: a larger project where youโll use Cargo to download dependencies and then check links in parallel.