[][src]Function js_sys::Atomics::notify

pub fn notify(
    typed_array: &Int32Array,
    index: u32,
    count: u32
) -> Result<u32, JsValue>

The static Atomics.notify() method notifies up some agents that are sleeping in the wait queue. Note: This operation works with a shared Int32Array only.

MDN documentation