Skip to content

Commit

Permalink
update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavmihaylov authored Sep 21, 2021
1 parent 4399cd9 commit af92575
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions java/programming-concurrency-jvm/chapter-01/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Chapter 1: The Power and Perils of Concurrency
Programming Concurrency is hard but worthwhile.

- [The Power of Concurrency](#the-power-of-concurrency)
- [The Perils of Concurrency](#the-perils-of-concurrency)
- [The Power of Concurrency](#the-power-of-concurrency)
- [Making Apps More Responsive](#making-apps-more-responsive)
- [Making Apps Faster](#making-apps-faster)
- [Reaping the Benefits of Concurrency](#reaping-the-benefits-of-concurrency)
- [The Perils of Concurrency](#the-perils-of-concurrency)
- [Know your visibility: Understand the Memory Barrier](#know-your-visibility-understand-the-memory-barrier)
- [Avoid Shared Mutability](#avoid-shared-mutability)

## The Power of Concurrency
Two reasons to use concurrency:
Expand Down

0 comments on commit af92575

Please sign in to comment.