Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TaskAsyncEnumerableExtensions.cs
Go to the documentation of this file.
3
5
static ConfiguredAsyncDisposable ConfigureAwait(this IAsyncDisposable source, bool continueOnCapturedContext)
static ConfiguredCancelableAsyncEnumerable< T > WithCancellation< T >(this IAsyncEnumerable< T > source, CancellationToken cancellationToken)
static ConfiguredCancelableAsyncEnumerable< T > ConfigureAwait< T >(this IAsyncEnumerable< T > source, bool continueOnCapturedContext)