Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ConfiguredCancelableAsyncEnumerable.cs
Go to the documentation of this file.
4
6
8public readonly struct ConfiguredCancelableAsyncEnumerable<T>
9{
35
37
39
40 private readonly bool _continueOnCapturedContext;
41
48
53
58
63}
IAsyncEnumerator< T > GetAsyncEnumerator(CancellationToken cancellationToken=default(CancellationToken))
Enumerator(IAsyncEnumerator< T > enumerator, bool continueOnCapturedContext)
ConfiguredCancelableAsyncEnumerable(IAsyncEnumerable< T > enumerable, bool continueOnCapturedContext, CancellationToken cancellationToken)
ConfiguredCancelableAsyncEnumerable< T > ConfigureAwait(bool continueOnCapturedContext)
ConfiguredCancelableAsyncEnumerable< T > WithCancellation(CancellationToken cancellationToken)