MergeAsyncIterator<TSource, TKey, TResult>
Namespace: SnowBank.Linq.Async.Iterators · class
Implements: AsyncLinqIterator<TResult>, IAsyncLinqQuery<TResult>, IAsyncQuery<TResult>, IAsyncEnumerable<TResult>, IAsyncEnumerator<TResult>, IAsyncDisposable
Performs a Merge Sort on several concurrent range queries
Properties
Cancellation
CancellationToken Cancellation { get; }
Cancellation token that should be used by all async operations performed in the context of this query
This token is controlled by the source (usually a transaction or other transient scope)