NO NEED FOR TIMER CHECK

This commit is contained in:
lizzie 2026-05-23 22:01:16 +00:00
parent 8ad3159af7
commit 56dd38c45d

View file

@ -191,6 +191,8 @@ bool Event::WaitFor(const std::chrono::nanoseconds time) {
_mm_mwaitx(1 << 1, 0u, cycles);
if (!is_set.load())
return false;
} else {
return false;
}
}
bool expected = true;