dart_circuit_breaker 0.0.1
dart_circuit_breaker: ^0.0.1 copied to clipboard
A Dart implementation of the Circuit Breaker pattern for fault tolerance and resilience.
0.0.1 #
- Initial version of dart_circuit_breaker
- Comprehensive Circuit Breaker pattern implementation
- Three states: Closed, Open, Half-Open with automatic transitions
- Generic type support for any return type
- Configurable thresholds and timeout settings
- Custom CircuitOpenException for open circuit handling
- Comprehensive test coverage (22 tests)
- Detailed documentation and examples