You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an exceedingly common use case. It's simple to make a retryer using retyrer and wrapping the predicate, but one of this package's design goals is to ensure constructing retryers directly with retryer is rarely needed, even for moderately complex use cases. The implementation is very simple:
I'm not sure what to call it though, or if the name should relate to limit-retryer. Maybe filter-retryer?
The text was updated successfully, but these errors were encountered:
jackfirth
changed the title
Add retryer for limiting the thrown value with a predicate
Add retryer for only handling values satisfying a predicate
Jan 12, 2017
This is an exceedingly common use case. It's simple to make a retryer using
retyrer
and wrapping the predicate, but one of this package's design goals is to ensure constructing retryers directly withretryer
is rarely needed, even for moderately complex use cases. The implementation is very simple:I'm not sure what to call it though, or if the name should relate to
limit-retryer
. Maybefilter-retryer
?The text was updated successfully, but these errors were encountered: