I\'m working with an alert window (Telerik WPF) that is normally displayed asynchronously ( code continues running while it is open) and I want to make it synchronous by usi
Nito.AsyncEx implements a non-generic TaskCompletionSource class, credit to Mr @StephenCleary above.
TaskCompletionSource