Thread Pool and Synchronization Tools
In a concise presentation:
-
Explain the concept of thread pool using the example implementation
-
Discuss the use of synchronization tools in the program
-
Demonstrate the misuse of synchronization tools, which leads to race condition or deadlock (deadlock part is optional)