pub unsafe fn wait_until_non_zero(ptr: *const u32) -> u32
Expand description

This method is exported in the WebAssembly to be used on the JavaScript side, see web-backend.js.

Safety

See <https://rust-lang.github.io/rust-clippy/master/index.html#not_unsafe_ptr_arg_deref>