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

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

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

sindresorhus/pify

0
View on GitHub↗
1,507 نجوم·72 تفرعات·JavaScript·MIT·3 مشاهدات

Pify

Promisify a callback-style function

Features

  • Asynchronous Control - Promisifies callback-style functions.
  • Control Flow Utilities - Promisify callback-style functions.
  • Flow Control - Promisifies callback-style functions.
  • Promise Utilities - Converts callback-style functions into promise-returning functions.
  • Works with AVA - Listed in the “Works with AVA” section of the Awesome Ava awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ sindresorhus/pifyمخطط تاريخ النجوم لـ sindresorhus/pify

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pify.
  • sindresorhus/delayالصورة الرمزية لـ sindresorhus

    sindresorhus/delay

    626عرض على GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    عرض على GitHub↗626
  • sindresorhus/p-mapالصورة الرمزية لـ sindresorhus

    sindresorhus/p-map

    1,499عرض على GitHub↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    عرض على GitHub↗1,499
  • lpinca/valveletالصورة الرمزية لـ lpinca

    lpinca/valvelet

    38عرض على GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    عرض على GitHub↗38
  • 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
عرض جميع البدائل الـ 30 لـ Pify→

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

ما هي وظيفة sindresorhus/pify؟

Promisify a callback-style function

ما هي الميزات الرئيسية لـ sindresorhus/pify؟

الميزات الرئيسية لـ sindresorhus/pify هي: Asynchronous Control, Control Flow Utilities, Flow Control, Promise Utilities, Works with AVA.

ما هي البدائل مفتوحة المصدر لـ sindresorhus/pify؟

تشمل البدائل مفتوحة المصدر لـ sindresorhus/pify: sindresorhus/delay — Delay a promise a specified amount of time. sindresorhus/p-map — Map over promises concurrently. petkaantonov/bluebird — Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise… lpinca/valvelet — Limit the execution rate of a function. nodeca/promise-memoize — Memoize promise-returning functions. Includes cache expire and prefetch. caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous…