mirror of https://github.com/rust-lang/nomicon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
283 B
8 lines
283 B
10 years ago
|
% 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
|