awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • petkaantonov/bluebirdpetkaantonov 的头像

    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/tenacityjd 的头像

    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