Skip to content

Commit 2c1a4de

Browse files
Concurrency - Deep dive
1 parent 9a23c69 commit 2c1a4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter11/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Chapters 10 and 11 includes 27 problems that involve Java concurrency. It starts
33
level locking. It continues with a bunch of problems about thread pools in Java including JDK 8 work-stealing thread pool. Afterwards, we
44
have problems dedicated to **Callable**, **Future** and **CompletableFuture**. Next, we dedicate several problems to Java synchronizers (e.g., barrier,
55
semaphore, exchanger, etc). Finally, we have problems for fork/join framework, **ReentrantLock**, **ReentrantReadWriteLock**, **StampedLock**, atomic
6-
variables, tasks cancellation, interruptible methods, and deadlocks.
6+
variables, tasks cancellation, interruptible methods, and deadlocks.

0 commit comments

Comments
 (0)