问题
Possible Duplicate:
BackgroundWorker vs background Thread
When should I consider managing threads on my own as opposed to using the BackgroundWorker?
I know managing threads on your own can be difficult and can lead to problems, is there a direct benefit of managing them on your own?
回答1:
You will find an answer to this question at:
BackgroundWorker vs background Thread
来源:https://stackoverflow.com/questions/5195733/when-to-use-backgroundworker-or-manage-threads-on-your-own