F
Franz
ThreadStart accepts a delegate which doesn't need a parameter, while
ThreadPool.QueueUserWorkItem accpets a WaitCallBack which accpets a object
parameter. Why does the design go different? Does it deal with the concept
of Thread Pool?
Please forgive my silly question.
ThreadPool.QueueUserWorkItem accpets a WaitCallBack which accpets a object
parameter. Why does the design go different? Does it deal with the concept
of Thread Pool?
Please forgive my silly question.