Skip to content

Commit 498e44d

Browse files
committed
new chapter for reals
1 parent 778a4fa commit 498e44d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arc-and-mutex.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
% Implementing Arc and Mutex
2+
3+
Knowing the theory is all fine and good, but the *best* was to understand
4+
something is to use it. To better understand atomics and interior mutability,
5+
we'll be implementing versions of the standard library's Arc and Mutex types.
6+
7+
TODO: ALL OF THIS OMG

0 commit comments

Comments
 (0)