Go to Latest
method DeferredAccessStack.prototype.initialized
import { DeferredAccessStack } from "https://dotland.deno.dev/x/postgres@v0.19.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>