Part 3: Advanced Concurrency Concepts
In this part’s chapters, you will gain the advanced skills you need to debug and test your parallel and concurrent code. You will also get some practical advice for safely canceling asynchronous work.
This part contains the following chapters:
- Chapter 10, Debugging Multithreaded Applications with Visual Studio
- Chapter 11, Canceling Asynchronous Work
- Chapter 12, Unit Testing Async, Concurrent, and Parallel Code