pub unsafe extern "C" fn PxSyncImpl_wait_mut(
self_: *mut PxSyncImpl,
milliseconds: u32,
) -> boolExpand description
Wait on the object for at most the given number of ms. Returns true if the object is signaled. Sync::waitForever will block forever or until the object is signaled.