System.Runtime.CompilerServices
Namespace with 5 public types
Classes
AsyncIteratorStateMachineAttribute
Indicates whether a method is an asynchronous iterator.
EnumeratorCancellationAttribute
Allows users of async-enumerable methods to mark the parameter that should receive the cancellation token value from .
Structures
AsyncIteratorMethodBuilder
Represents a builder for asynchronous iterators.
ConfiguredAsyncDisposable
Provides a type that can be used to configure how awaits on an are performed.
ConfiguredCancelableAsyncEnumerable`1
Provides an awaitable async enumerable that enables cancelable iteration and configured awaits.