Difference between multi-threading vs multi-threading apartment?

烂漫一生 提交于 2019-12-12 03:39:44

问题


I am doing Multi-threading in single threaded apartment(STA) application. I am making an app that will load lot of data to the application which is making the application do not respond for long time. So I used multi-threading so that the application responds while loading so user can use other functionalities in it that are not related to loading data.

My question is am I doing MTA inside STA application or just doing multi-threading in STA application? If so what is the difference between Multi Threaded Apartment and Multi threading?

来源:https://stackoverflow.com/questions/38700530/difference-between-multi-threading-vs-multi-threading-apartment

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