Related resources for Monitor.Wait
  • Syncronization in Multithreading in VB.NET11/10/2012 2:45:17 AM. This article explains about the Synchronization in Multithreading. Threads are a powerful abstraction for allowing parallelized operations: graphical updates can happen while another thread is performing computations, two threads can handle two simultaneous network requests from a single process, and the list goes on.