Add FIXME to timerfd_manager

This commit is contained in:
Vitaliy Filippov
2023-09-16 17:52:17 +03:00
parent 5cadb170b9
commit 6a8e530e6b
+1
View File
@@ -129,6 +129,7 @@ again:
if (exp.it_value.tv_sec < 0 || exp.it_value.tv_sec == 0 && exp.it_value.tv_nsec <= 0)
{
// It already happened
// FIXME: Postpone to setImmediate/BH to avoid reenterability problems
trigger_nearest();
goto again;
}