13 lines
219 B
Markdown
13 lines
219 B
Markdown
|
|
# Common Concurrency Problems
|
|
|
|
Code examples from the chapter about concurrency problems.
|
|
Type `make` to build all examples.
|
|
|
|
## Atomicity Failure
|
|
|
|
- `atomicity.c`: Shows how uncareful check-then-use can crash code
|
|
|
|
|
|
|