Retries an asynchronous operation when it throws. The iterable supplies one
delay per retry and stops retrying when it is exhausted unless repeat is
configured. Returning resolve(value) or reject(error) settles
immediately. Returning next() consumes the next delay without throwing
an error.
Retries an asynchronous operation when it throws. The iterable supplies one delay per retry and stops retrying when it is exhausted unless
repeatis configured. Returningresolve(value)orreject(error)settles immediately. Returningnext()consumes the next delay without throwing an error.