MCPcopy 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

1const {
2 Worker, isMainThread, workerData
3} = require('worker_threads');
4const assert = require('assert');

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected