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

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

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

2 مستودعات

Awesome GitHub RepositoriesPredicate-Based Error Filtering

Mechanisms to catch specific exception types using predicate functions to determine which errors require handling.

Distinct from Error Handling: Distinct from general error handling: specifically implements conditional filtering based on exception types or predicates.

Explore 2 awesome GitHub repositories matching web development · Predicate-Based Error Filtering. Refine with filters or upvote what's useful.

Awesome Predicate-Based Error Filtering GitHub Repositories

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

    petkaantonov/bluebird

    20,515عرض على GitHub↗

    Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise implementation. It provides a framework for controlling promise lifecycles and orchestrating non-blocking programming patterns. The library distinguishes itself with an asynchronous debugging toolkit that captures long stack traces across asynchronous boundaries and a global handler for unhandled promise rejections. It includes a predicate-based error filtering system to target specific exception types and a mechanism for the deterministic cleanup of system resources. It covers a broa

    Implements a predicate-based filtering system to target and handle specific exception types within promise chains.

    JavaScript
    عرض على GitHub↗20,515
  • jd/tenacityالصورة الرمزية لـ jd

    jd/tenacity

    8,375عرض على GitHub↗

    Tenacity is a Python retry library and fault tolerance framework designed to automatically re-execute failing functions based on custom conditions, wait intervals, and stop criteria. It provides a mechanism to apply retry logic to both synchronous functions and asynchronous coroutines. The library implements exponential backoff to increase delays between retries, helping to manage transient network failures and prevent the overloading of services. Its capabilities cover the definition of retry conditions based on exception types or return values, as well as the enforcement of duration limits

    Determines whether to retry by evaluating exceptions against specified types or custom boolean predicate functions.

    Pythonfailurehacktoberfestpython
    عرض على GitHub↗8,375
  1. Home
  2. Web Development
  3. Error Handling
  4. Predicate-Based Error Filtering