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.