notify
Wakes up sleeping agents that are waiting on the given index of the array, returning the number of agents that were awoken.
Parameters
typedArray
A shared Int32Array.
index
The position in the typedArray to wake up on.
count
The number of sleeping agents to notify. Defaults to +Infinity.
Wakes up sleeping agents that are waiting on the given index of the array, returning the number of agents that were awoken.
Parameters
typedArray
A shared BigInt64Array.
index
The position in the typedArray to wake up on.
count
The number of sleeping agents to notify. Defaults to +Infinity.