mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-06 15:54:48 +00:00
fix build
This commit is contained in:
parent
937158cc5c
commit
fb8579081c
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user