js_sys::Atomics

Function notify_with_count

Source
pub fn notify_with_count(
    typed_array: &Int32Array,
    index: u32,
    count: u32,
) -> Result<u32, JsValue>
Expand description

Notifies up to count agents in the wait queue.