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