Turning a BackgroundWorker into a Task with TaskCompletionSource
Sometimes the safer way to "update" old code is to leave it be and paint over it with a newer construct. Let's see how to modernize a BackgroundWorker using Tasks and TaskCompletionSource.
Read more
Share