PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Use `TaskCreationOptions.RunContinuationsAsynchronously`

Open andyleejordan opened this issue 2 years ago • 0 comments

You can kind of think of it like .ConfigureAwait(false) for completion sources. I didn't necessarily need to add it here, it was just a troubleshooting step, but we probably should be adding it everywhere. Related blog post

I can add a comment here but maybe I should just update all the other instances as well? If we go that route would you still prefer a comment over each one?

Originally posted by @SeeminglyScience in https://github.com/PowerShell/PowerShellEditorServices/pull/1799#discussion_r873975974

andyleejordan avatar May 16 '22 22:05 andyleejordan