Skip to content

Commit 879469a

Browse files
authored
Add () to Atomics.waitAsync() feature name (#3687)
Same as Atomics.pause()
1 parent e088f6a commit 879469a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/atomics-wait-async.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Atomics.waitAsync
1+
name: Atomics.waitAsync()
22
description: The `Atomics.waitAsync()` static method waits for a value in a shared memory location, providing a promise when the expected value is not yet in memory. The `waitAsync()` method is a non-blocking alternative to `Atomics.wait()`.
33
spec: https://tc39.es/ecma262/multipage/structured-data.html#sec-atomics.waitasync
44
group: javascript

0 commit comments

Comments
 (0)