sunng87 / diehard

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

Use when-some instead of let+when-not+nil? #20

Closed vendethiel closed 5 years ago

vendethiel commented 5 years ago

Follow-up to 970272e065ffed1de93b1222621d14a9dbc490df

sunng87 commented 5 years ago

Nice. Didn't know about when-some.