Function wgpu::web_sys::js_sys::Atomics::is_lock_free

source ·
pub fn is_lock_free(size: u32) -> bool
Available on webgl or webgpu only.
Expand description

The static Atomics.isLockFree() method is used to determine whether to use locks or atomic operations. It returns true, if the given size is one of the BYTES_PER_ELEMENT property of integer TypedArray types.

MDN documentation