AsyncCachingComparerWithTaskAndCancellation<TElement, TKey> class AsyncCachingComparerWithTaskAndCancellation<TElement, TKey> : AsyncCachingComparer<TElement> Documentation Code protected readonly IComparer<TKey> _comparer protected readonly bool _descending protected readonly Func<TElement, CancellationToken, ValueTask<TKey>> _keySelector protected TKey _lastKey public AsyncCachingComparerWithTaskAndCancellation(Func<TElement, CancellationToken, ValueTask<TKey>> keySelector, IComparer<TKey> comparer, bool descending)