[−][src]Function js_sys::Atomics::is_lock_free
pub fn is_lock_free(size: u32) -> bool
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.