awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesExecution Decorators

Functional wrappers that intercept and modify operation flow to apply resilience logic.

Distinct from Execution Policies: Distinct from Execution Policies: focuses on the decorator-based interception mechanism rather than the policy configuration.

Explore 1 awesome GitHub repository matching development tools & productivity · Execution Decorators. Refine with filters or upvote what's useful.

Awesome Execution Decorators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • app-vnext/pollyApp-vNext का अवतार

    App-vNext/Polly

    14,191GitHub पर देखें↗

    Polly is a resilience and transient-fault-handling library for .NET applications. It provides a framework for defining and executing stability patterns that manage failures and resource exhaustion during operation execution. The library enables developers to compose complex resilience strategies through a fluent builder pattern, wrapping target operations in functional decorators. These policies intercept execution flow to apply automated recovery mechanisms, such as retries for temporary errors or circuit breakers that isolate unstable components by blocking requests. The framework supports

    Wraps target operations in functional decorators to intercept and modify execution flow.

    C#circuit-breakercircuit-breaker-patterndotnet
    GitHub पर देखें↗14,191
  1. Home
  2. Development Tools & Productivity
  3. Task Execution
  4. Execution Policies
  5. Execution Decorators

सब-टैग एक्सप्लोर करें

  • Timing DecoratorsPython decorators used to measure and record the execution time of specific code blocks. **Distinct from Execution Decorators:** Focuses on performance timing measurement rather than resilience logic or operation flow modification