NO NEED FOR TIMER CHECK

This commit is contained in:
lizzie 2026-05-23 22:01:16 +00:00
parent 66e980b6dd
commit d3059fc016

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;