rogeralsing
07/10/2017, 8:36 PMTaskCompletionSource<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?ilya.gorbunov
07/10/2017, 8:42 PM