By tag: Multithread
0
kicks
Building Multithreaded Applications
Learn to use delegates, the System.Threading namespace, and synchronization primitives. Excerpt: You’ll begin by revisiting the .NET delegate type and come to understand its intrinsic support for asynchronous method invocations. As you’ll see, this technique allows you to invoke a method on a second...