Skip to main content
Module

x/run_exclusive/mod.ts>getPrComplete

βš‘πŸ”’ Wait queue for function execution πŸ”’ ⚑
Latest
function getPrComplete
import { getPrComplete } from "https://deno.land/x/run_exclusive@v2.2.19/mod.ts";

Return a promise that resolve when all the current queued call of a runExclusive functions have completed.

The classInstanceObject parameter is to provide only for the run-exclusive function created with 'buildMethod[Cb].

Parameters

runExclusiveFunction: Function
optional
classInstanceObject: Object

Returns

Promise<void>