Function js_sys::Atomics::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.