问题
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