Add ConfigureAwait extension method for IAsyncEnumerable
authorStephen Toub <stoub@microsoft.com>
Fri, 26 Oct 2018 04:19:26 +0000 (21:19 -0700)
committerStephen Toub <stoub@microsoft.com>
Fri, 26 Oct 2018 04:28:04 +0000 (21:28 -0700)
commit9e16ad51dd0f5e77b2dbaa6300dc2da1aafe21f3
tree4bc3f9fe9c599864eb12f9615c6566f0254a1ecc
parent66fd31294f2bb0bc330a33436d8b48003689020b
Add ConfigureAwait extension method for IAsyncEnumerable
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ConfiguredAsyncEnumerable.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System/Threading/Tasks/TaskExtensions.cs