rust/arc-and-mutex.md
2015-07-07 21:30:14 -07:00

8 lines
283 B
Markdown

% Implementing Arc and Mutex
Knowing the theory is all fine and good, but the *best* was 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: ALL OF THIS OMG