Closed Equijano24 closed 2 years ago
async
code to compare two objects and why you think it's a common enough need to be included in .Net? Especially since you called the comparer "exotic", which seems to imply it doesn't happen often.I think this issue better belongs to dotnet/reactive, so I placed it now over there. If you agree you can close this issue here.
I'll close this for now. If you do wish for changes to Linq API feel free to open an issue in dotnet/runtime.
Some Linq operations such as OrderBy or ThenBy might require asynchronous comparers for custom objects. Consider the following case:
The following expression would make use of an asynchronous comparer:
Please provide an IAsyncComparer interface and support for Linq operations.