Add IAsyncEnumerable and IAsyncEnumerator
authorStephen Toub <stoub@microsoft.com>
Tue, 16 Oct 2018 01:21:08 +0000 (21:21 -0400)
committerStephen Toub <stoub@microsoft.com>
Fri, 26 Oct 2018 04:02:40 +0000 (21:02 -0700)
commita845b111a0d448d3b82fcb7e71cf18a99effb0e4
treecd270bef3a3e742865a1a5b38cbf79cd6ffad5fc
parentda042f078df090aa99f7a8a305b90b8ac6068af3
Add IAsyncEnumerable and IAsyncEnumerator

Commit migrated from https://github.com/dotnet/coreclr/commit/9d811158195826ca1a2211c996b56c3314325a44
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IAsyncEnumerable.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/IAsyncEnumerator.cs [new file with mode: 0644]