When to use BackgroundWorker or Manage threads on your own? [duplicate]

自古美人都是妖i 提交于 2020-01-02 03:00:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!