- Exercise
In this exercise, you will design a ping-pong game using the concepts of multithreading.
We'll cover the following...
Task
Write a simple ping-pong game in which two threads alternatively set a bool
value to ...