.Net Threading – BeginInvoke uses the thread pool
For a while now I’ve been curious as to whether the CLR uses the ThreadPool to execute a delegate when BeginInvoke is called: Whilst common sense dictates that this must surely be true, I couldn’t be certain since I haven’t managed to find any confirmation in the documentations. Thanks to Jon Skeet and Jeff Sternal …
.Net Threading – BeginInvoke uses the thread pool Read More »