Explains the consequences of using the await keyword in a loop in C# and provides alternatives to make the loop asynchronous.
Table of contents
The Fundamental Operations Occurring in a LoopWhat Happens When the await Keyword is Added Inside a Loop?Avoiding await to Make a Loop AsynchronousWhen to Trade Off One for the OtherConclusion1 Comment
Sort: