Skip to content

Commit 2e70ecf

Browse files
committed
fixup
Signed-off-by: Paolo Insogna <[email protected]>
1 parent de2f596 commit 2e70ecf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/internal/worker/messaging.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
'use strict';
22

33
const {
4-
AtomicsNotify,
5-
AtomicsStore,
6-
AtomicsWaitAsync,
74
Int32Array,
85
SafeMap,
96
globalThis,
107
} = primordials;
118

129
const {
10+
Atomics: {
11+
notify: AtomicsNotify,
12+
store: AtomicsStore,
13+
waitAsync: AtomicsWaitAsync,
14+
},
1315
SharedArrayBuffer,
1416
} = globalThis;
1517

0 commit comments

Comments
 (0)