Non-Generic TaskCompletionSource or alternative

后端 未结 5 1078
时光说笑
时光说笑 2020-12-05 12:48

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

5条回答
  •  温柔的废话
    2020-12-05 13:13

    Nito.AsyncEx implements a non-generic TaskCompletionSource class, credit to Mr @StephenCleary above.

提交回复
热议问题