8000 Concurrency - Thread pools, Callables and Synchronizers · CodeSharer/Java-Coding-Problems@9a23c69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a23c69

Browse files
Concurrency - Thread pools, Callables and Synchronizers
1 parent 678f03f commit 9a23c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter10/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Concurrency - Thread pools, Callables and Synchronizers
1+
# Concurrency - Thread pools, Callables and Synchronizers
22
Chapters 10 and 11 includes 27 problems that involve Java concurrency. It starts with fundamental problems about threads lifecycle and object/class
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,

0 commit comments

Comments
 (0)
0