Chapter 4. The Thousand Faces of Multithreading
In this chapter, we will cover the following topics:
- Synchronizing shared resources with
TMonitor
- Talking with the main thread using a thread-safe queue
- Synchronizing multiple threads using
TEvent
- Displaying a measure on a 2D graph like an oscilloscope