We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f3da1 commit 72ab714Copy full SHA for 72ab714
JavaScript/6-notify.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const threads = require('worker_threads');
+const threads = require('node:worker_threads');
4
const { Worker } = threads;
5
6
// Atomics.notify(typedArray, index, count)
0 commit comments