Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/channel/custom/index.ts>defer

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function defer
import { defer } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";

Returns a promise that will resolve deferred (immediately but not in the current loop).

Returns

Promise<void>