Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MultithreadedJSBook/code-samples
/ thread-product-mutex.js
File
thread-product-mutex.js
ch6-mutex/thread-product-mutex.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{
2
Worker, isMainThread, workerData
3
} = require(
'worker_threads'
);
4
const
assert = require(
'assert'
);
Callers
nothing calls this directly
Calls
1
exec
Method · 0.45
Tested by
no test coverage detected