blob: 41a4d7c7bdce484f55316576b1eacf8d1761a4b7 [file] [log] [blame] [view]
# Implementing Arc and Mutex
Knowing the theory is all fine and good, but the *best* way to understand
something is to use it. To better understand atomics and interior mutability,
we'll be implementing versions of the standard library's `Arc` and `Mutex` types.
TODO: Write `Mutex` chapters.