MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/utils.ts:375–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 * Simple mutex lock for preventing concurrent operations
374 */
375export class Mutex {
376 private locked = false;
377 private waitQueue: Array<() => void> = [];
378

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected