mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 12:21:43 +02:00
merged with master
This commit is contained in:
commit
8bd5361081
64 changed files with 1481 additions and 275 deletions
|
@ -171,7 +171,7 @@ int main(int argc, char* argv[])
|
|||
std::thread t(func, &io_service);
|
||||
|
||||
while (!g_terminated)
|
||||
usleep(100*1000);
|
||||
chronos::sleep(100);
|
||||
|
||||
io_service.stop();
|
||||
t.join();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue