danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
508 stars 74 forks source link

Remove lock to avoid performance issues with multiple threads. #77

Closed erikaloranger closed 1 year ago

erikaloranger commented 1 year ago

As title says.