Run an operation with bounded exponential-backoff retries.
Operation to invoke.
Maximum retry attempts after the first call.
Optional
Optional cancellation signal.
Operation result when any attempt succeeds.
The last operation error, or an abort error when cancelled.
Run an operation with bounded exponential-backoff retries.