You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Chapter11/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@ Chapters 10 and 11 includes 27 problems that involve Java concurrency. It starts
3
3
level locking. It continues with a bunch of problems about thread pools in Java including JDK 8 work-stealing thread pool. Afterwards, we
4
4
have problems dedicated to **Callable**, **Future** and **CompletableFuture**. Next, we dedicate several problems to Java synchronizers (e.g., barrier,
5
5
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