[Proposal] Agile methods #2576
Replies: 4 comments
-
You may be able to use this technique instead of putting |
Beta Was this translation helpful? Give feedback.
-
I'd like to toss in an opinion: It's unfortunate that I'm under the impression that it's best practice to pretty much always use |
Beta Was this translation helpful? Give feedback.
-
@brandonhood |
Beta Was this translation helpful? Give feedback.
-
@ufcpp Thanks for the link! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Original proposal: dotnet/vblang#115
Basically, a method with
agile
keyword (or whatever keyword fits) will implicitly have.ConfigureAwait(false)
on each awaited expression. Useful for async libraries where you have to put it everywhere.Beta Was this translation helpful? Give feedback.
All reactions