awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesAsynchronous Collection Sorting

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.

Awesome Asynchronous Collection Sorting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • caolan/asyncالصورة الرمزية لـ caolan

    caolan/async

    28,150عرض على GitHub↗

    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.

    JavaScript
    عرض على GitHub↗28,150
  1. Home
  2. Data & Databases
  3. Collection Iterators
  4. Asynchronous Iterators
  5. Asynchronous Collection Sorting