import { type promise } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { Deferred } = promise;
A Promise with the inner resolve function hoisted and attached to itself.
import { type promise } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { Deferred } = promise;
A Promise with the inner resolve function hoisted and attached to itself.