FutureRetryExtension<T> extension
Extension on Future functions to transparently intercept runtime execution and perform recovery retries before wrapping the final outcome into a Result pipeline.
- on
-
- Future<
T> Function()
- Future<
Methods
-
withRetry(
[RetryOptions options = const RetryOptions()]) → Future< T> -
Available on Future<
Executes the underlying future operation with a structured retry mechanism.T> Function(), provided by the FutureRetryExtension extension