MCPcopy Create free account
hub / github.com/MultithreadedJSBook/code-samples /

Class

ch6-mutex/mutex.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6} = Atomics;
7
8class Mutex {
9 constructor(shared, index) {
10 this.shared = shared;
11 this.index = index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected