Chris Charabaruk
Results
1
comments of
Chris Charabaruk
Some further consideration. `ExecuteAsync()` should probably return `ExecutionTask` in the scenario where an execution is already in progress, but that risks passing it through `AwaitAndThrowIfFailed()` multiple times if the `FlowExceptionsToTaskScheduler`...