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
We can support retry behavior composition either by exposing the handler property or providing a new function evaluate(for:with:attempt:callback:) (that just calls the handler).
Alternatively we could do more explicit composition that lets you join together two retry behaviors, such that it will invoke the first, and if that says "don't retry" it will then invoke the second.
The text was updated successfully, but these errors were encountered:
We can support retry behavior composition either by exposing the
handler
property or providing a new functionevaluate(for:with:attempt:callback:)
(that just calls the handler).Alternatively we could do more explicit composition that lets you join together two retry behaviors, such that it will invoke the first, and if that says "don't retry" it will then invoke the second.
The text was updated successfully, but these errors were encountered: