Free mag vol1 | Page 780

CHAPTER 19  MULTITHREADED, PARALLEL, AND ASYNC PROGRAMMING  Source Code The MultiThreadedPrinting project is included under the Chapter 19 subdirectory. Synchronization Using the System.Threading.Monitor Type The C# lock statement is really just a shorthand notation for working with the System.Threading.Monitor class. Once processed by the C# comp