UNPKG

puppeteer-core

Version:

A high-level API to control headless Chrome over the DevTools Protocol

17 lines 463 B
import { disposeSymbol } from './disposable.js'; /** * @internal */ export declare class Mutex { #private; static Guard: { new (mutex: Mutex, onRelease?: () => void): { "__#194@#mutex": Mutex; "__#194@#onRelease"?: () => void; [Symbol.dispose](): void; }; }; acquire(onRelease?: () => void): Promise<InstanceType<typeof Mutex.Guard>>; release(): void; } //# sourceMappingURL=Mutex.d.ts.map