devela::_dep::js_sys::Atomics

Function notify_with_count

Source
pub fn notify_with_count(
    typed_array: &Int32Array,
    index: u32,
    count: u32,
) -> Result<u32, JsValue> 
Available on crate feature dep_js_sys only.
Expand description

Notifies up to count agents in the wait queue.