Can someone explain the threading model in windows metro?
I really get confusion about this.
I know that the WWAHost.exe creates the first MTA (main thread?)
and we also have a UI thread(STA?) and some worker thread(STAorMTA?)
and only the main thread can update to UI thread.
So when user touch a button , and then what happened?
sry, my english is bad.
There’s a little about it in the CoreApplication class text: