0
kicks
Stop Polluting the UI Thread - Use a ThreadBarrier
A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread.