rework strat

This commit is contained in:
ackimixs
2024-04-25 00:17:48 +02:00
parent aa1cea5a62
commit 0c65575c68
5 changed files with 486 additions and 443 deletions

View File

@@ -4,10 +4,7 @@
std::atomic<bool> shouldStop = false;
void signalHandler( int signum ) {
shouldStop = true;
exit(signum);
}
int main(int argc, char* argv[]) {