MCPcopy Create free account
hub / github.com/Vanilagy/webcodecs-polyfill /

Class

src/misc.ts:364–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364export class AsyncMutex {
365 private locked = false;
366 private resolverQueue: (() => void)[] = [];
367

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected