The resolved return type.
The function to retry.
Called after each failure. If it returns false, retries stop and null is returned.
The result of f, or null if retries were forfeited.
Retries an async function until it succeeds, using a delay function between attempts.
The resolved return type.
The function to retry.
Called after each failure. If it returns false, retries stop and null is returned.
The result of f, or null if retries were forfeited.
Retries an async function until it succeeds, using a delay function between attempts.