Add FIXME to timerfd_manager

fsync-feedback
Vitaliy Filippov 2023-09-10 02:56:34 +03:00
parent 5cadb170b9
commit 6a8e530e6b
1 changed files with 1 additions and 0 deletions

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;
}