Closed bash closed 2 years ago
The IRL discussion was about the removal of OptionTaskAwaiter
in general.
We don't like implicit things, such as this awaiter (Technically an Option<Task>
is not a Task, why would it be awaitable?).
On the other hand the new solution using .Sequence()
adds additional noise to the already noisy async world.
We decided to re-add the OptionTaskAwaiter
s and the ConfigureAwait
extension method.
Workaround: