Non-Generic TaskCompletionSource or alternative

后端 未结 5 1072
时光说笑
时光说笑 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:14

    .NET 5 has a non-generic TaskCompletionSource.

    It was added in this pull request: https://github.com/dotnet/runtime/pull/37452/files#diff-4a72dcb26e2d643c337baef9f64312f3

提交回复
热议问题