Thread in C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have some questions about thread programming in C#: 1. Is there any number limitation for threads 2. When multiple threads are initiated (started), each returning an object array, is there any mechanism I can utilise to check all the threads been finished? What if any of them throws an exception? :confused: Thanks!!