In .NET, there is a `TaskCompletionSource<T>...
# announcements
r
In .NET, there is a
TaskCompletionSource<T>
which can be used to set results to a Task. My impression here is that
Deferred<T>
maps roughly to
Task<T>
in .NET, right? is there any way to get a Deferred that can be completed via code?
i
rogeralsing: I've forwarded your question to #C1CFAFJSK, let's continue there