Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method DeferredAccessStack.prototype.initialized
import { DeferredAccessStack } from "https://deno.land/x/postgres@v0.17.1/utils/deferred.ts";

Will execute the check for initialization on each element of the stack and then return the number of initialized elements that pass the check

Returns

Promise<number>