A
Aleksei Guzev
Greetings!
1. Can I join (or something like) to all the threads in the ThreadPool?
2. Does a thread have messages queue. I mean the queue like in Win32. If it
does, can one write code to access the queue (Post, Send, GetMessage).
3. Will some synchronization primitives be implemented in future versions of
..NET? Semaphores, for example. Or one should implement them manually via
monitors?
Aleksei Guzev
1. Can I join (or something like) to all the threads in the ThreadPool?
2. Does a thread have messages queue. I mean the queue like in Win32. If it
does, can one write code to access the queue (Post, Send, GetMessage).
3. Will some synchronization primitives be implemented in future versions of
..NET? Semaphores, for example. Or one should implement them manually via
monitors?
Aleksei Guzev