Add AsyncIteratorStateMachineAttribute
authorStephen Toub <stoub@microsoft.com>
Fri, 30 Nov 2018 22:24:19 +0000 (17:24 -0500)
committerStephen Toub <stoub@microsoft.com>
Fri, 30 Nov 2018 22:24:19 +0000 (17:24 -0500)
commit00aee771047454574ebfd42ea40122d65165697e
tree6d1ca57d2020dbfaef3ce042c2e2dc65abd97fa8
parent427e0c7f31c719b77f8e62adb60df8e669151c01
Add AsyncIteratorStateMachineAttribute

Exactly follows the design of AsyncStateMachineAttribute and IteratorStateMachineAttribute; the only thing different is the type name, "AsyncIterator" instead of "Async" and "Iterator".

Commit migrated from https://github.com/dotnet/coreclr/commit/0f56562f58398b45e9b9ab4419e65cc0adffd6a5
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncIteratorStateMachineAttribute.cs [new file with mode: 0644]