check process of tdm_reaper

This commit is contained in:
2021-01-19 20:43:45 +01:00
parent 48ec660d2d
commit 4289b16bab
2 changed files with 11 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
#include <filesystem>
#include <regex>
#include <thread>
#include <chrono>
// ------------------------------------------------------------------------- //
@@ -239,6 +241,8 @@ int main(int argc, char* argv[])
// }
}
std::this_thread::sleep_for(std::chrono::milliseconds(10000));
return 0;
}