fix build

This commit is contained in:
pigeatgarlic 2026-04-10 06:09:40 +00:00
parent 937158cc5c
commit fb8579081c

View File

@ -336,6 +336,7 @@ int main(int argc, char *argv[]) {
forward.detach();
}
auto timer = platf::create_high_precision_timer();
auto local_shutdown= mail->event<bool>(mail::shutdown);
while (!process_shutdown_event->peek() && !local_shutdown->peek())
timer->sleep_for(100ms);