mirror of
https://github.com/modelec/estimation_points.git
synced 2026-01-18 16:47:40 +01:00
calm down
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -18,10 +18,13 @@ int main() {
|
|||||||
|
|
||||||
client.sendMessage("point;start;ready;1");
|
client.sendMessage("point;start;ready;1");
|
||||||
|
|
||||||
|
std::thread inputThread(userInputThread);
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
if(stopRequested) {
|
if(stopRequested) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
usleep(1'000'000);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user