1. why we should call Thread.start(),not directly call Thread.run()?
2. Thread A calls a delegate on Thread B but Thread A executes it!?!?
3. Shut down thread - thread closes form, form doesn't close because thread calls it etc...
4. MULTI THREADING: WAIT FOR WORKER THREADS TO FINISH WITHIN CALLING THREAD
5. MULTI THREADING: WAIT FOR WORKER THREADS TO FINISH WITHIN CALLING THREAD
6. what happens if Thread.Abort() is called during a catch() block ?
7. WCF -Inproc: Client and Server on main thread -> Client call hangs...
8. WCF -Inproc: Client and Server on main thread -> Client call h
10. Calling Thread.Suspend and it's affect on the target thread...
11. call stack tracing for Threads in Thread pool
12. Threads -> delgates -> returning a value to the thread that called the function
13. systemc thread processes are called with the same thread in windows
14. How could I ask Thread B to call B().Method() from inside Thread A's run?