Skip to main content
Module

x/retry/wait/wait.ts

Re-execute a function until it does not throw an error or execute a function with a timeout.
Very Popular
Latest
import * as retry from "https://deno.land/x/retry@v2.0.0/wait/wait.ts";

Functions

wait for a function to complete within a givne duration or throw an exception.

wait for a function to complete within a givne duration or throw an exception.