1 Repo
Ordering a collection based on the results of asynchronous operations applied to its elements.
Distinct from Asynchronous Iterators: Specifically handles the asynchronous determination of sort order.
Explore 1 awesome GitHub repository matching data & databases · Asynchronous Collection Sorting. Refine with filters or upvote what's useful.
Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil
Orders a list based on the results of an asynchronous iterator applied to each element.