Tagged Questions
4
votes
1answer
3k views
C#, IAsyncResult and the thread pool
I use the Action<object>.BeginInvoke() method, does this use the thread pool or not?
I have the following C# code:
List<FileHash> hashList1 = hashList.Where((x, ind) => ind % 2 ...