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

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

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

thenables/thenify-all

0
View on GitHub↗
57 نجوم·5 تفرعات·JavaScript·MIT·2 مشاهدات

Thenify All

Promisifies all the selected functions in an object.

Features

  • Flow Control - Promisifies all methods on an object.

سجل النجوم

مخطط تاريخ النجوم لـ thenables/thenify-allمخطط تاريخ النجوم لـ thenables/thenify-all

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Thenify All

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Thenify All.
  • lpinca/valveletالصورة الرمزية لـ lpinca

    lpinca/valvelet

    38عرض على GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    عرض على GitHub↗38
  • node-modules/mz-modulesالصورة الرمزية لـ node-modules

    node-modules/mz-modules

    55عرض على GitHub↗

    Same as mz, but wrap many popular modules rather than core API.

    JavaScript
    عرض على GitHub↗55
  • nodeca/promise-memoizeالصورة الرمزية لـ nodeca

    nodeca/promise-memoize

    62عرض على GitHub↗

    Memoize promise-returning functions. Includes cache expire and prefetch.

    JavaScript
    عرض على GitHub↗62
  • 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

    JavaScript
    عرض على GitHub↗28,150
عرض جميع البدائل الـ 23 لـ Thenify All→

الأسئلة الشائعة

ما هي وظيفة thenables/thenify-all؟

Promisifies all the selected functions in an object.

ما هي الميزات الرئيسية لـ thenables/thenify-all؟

الميزات الرئيسية لـ thenables/thenify-all هي: Flow Control.

ما هي البدائل مفتوحة المصدر لـ thenables/thenify-all؟

تشمل البدائل مفتوحة المصدر لـ thenables/thenify-all: lpinca/valvelet — Limit the execution rate of a function. node-modules/mz-modules — Same as [mz], but wrap many popular modules rather than core API. nodeca/promise-memoize — Memoize promise-returning functions. Includes cache expire and prefetch. normalize/mz — Modernize node.js to current ECMAScript specifications! node.js will not update their API to ES6+ for a while. This… petkaantonov/bluebird — Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise… caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous…