Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 committed May 1, 2020
1 parent 37f9ad9 commit 6ecb750
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ public void ContinuationAction(Task<bool> targetTask, JoinableTaskFactory jtf)
}
else
{
#pragma warning disable VSTHRD002 // Avoid problematic synchronous waits
// completed successfully
JobTcs.TrySetResult(targetTask.Result);
#pragma warning restore VSTHRD002 // Avoid problematic synchronous waits
Expand Down

0 comments on commit 6ecb750

Please sign in to comment.