Module

x/cockatiel/src/common/defer.ts>defer

🐦 A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly.
Go to Latest
variable defer
import { defer } from "https://dotland.deno.dev/x/cockatiel@v3.1.2/src/common/defer.ts";

type

<T>() => unknown