Results for “Std.Concurrent.Retry.RetryError”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Concurrent.Retry.RetryError
Why retrying ended without a value.
- Std.Concurrent.Retry.run
&Std.Concurrent.Retry.Policy -> fn(Int) -> Result[T, E] -> Result[T, Std.Concurrent.Retry.RetryError[E]]Run
actionuntil it succeeds or the attempts run out, retrying every - Std.Concurrent.Retry.runCancellable
&Std.Concurrent.Retry.Policy -> &Std.Concurrent.Cancel.Token -> fn(E) -> Bool -> fn(Int) -> Result[T, E] -> Result[T, Std.Concurrent.Retry.RetryError[E]]runWhen, stopping when the token fires: before each attempt and during - Std.Concurrent.Retry.runWhen
&Std.Concurrent.Retry.Policy -> fn(E) -> Bool -> fn(Int) -> Result[T, E] -> Result[T, Std.Concurrent.Retry.RetryError[E]]run, retrying only the failuresretryableaccepts; any other failure
