Tag: Threading
-
WPF / WinForms async/await and the UI Thread in One Sheet - Where Continuations Return, Dispatcher, ConfigureAwait, and Why .Result / .Wait() Get Stuck
A practical guide to the relationship between async/await and the UI thread in WPF and WinForms, covering continuation destinations after await, Dispatcher /...
-
COM STA/MTA Basics - Threading Models and How to Avoid Hangs
A practical introduction to COM STA/MTA covering the apartment model, UI threads, message loops, marshaling, and the kind of hang patterns that appear in Win...