Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
method DeferredAccessStack.prototype.initialized
import { DeferredAccessStack } from "https://deno.land/x/postgres@v0.18.0/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>