0
kicks
Simplifying UI and Worker Threads - ThreadBarrier Revisited
The ThreadBarrier pattern describes a way of encapsulating a worker thread inside a non-UI class and exposing the events on the UI thread using a SynchronizationContext instead of Control.Invoke. Today's post revisits the pattern by demonstrating 5 ways a ThreadBarrier can be used.