sunng87 / diehard

Clojure resilience library for flexible retry, circuit breaker and rate limiter
Eclipse Public License 2.0
330 stars 27 forks source link

Use interrupt? as a boolean #48

Closed lverns closed 2 years ago

lverns commented 2 years ago

By using the value at the :interrupt? key, we make so that {:interrupt? false} doesn't cause .withInterrupt to be called.

sunng87 commented 2 years ago

Thank you!

sunng87 commented 2 years ago

released in 0.11.2

lverns commented 2 years ago

thanks!