updating folder scanner to utilize 100% cpu

This commit is contained in:
jakani24
2024-06-02 14:43:48 +02:00
parent 6f1a3e2dbd
commit 94dd7d5764
30 changed files with 266 additions and 240 deletions

View File

@@ -18,6 +18,7 @@ Functions:
#include "update.h"
#include "utils.h"
//this function is the function that starts threads on behalf of the scheduler and the desktop app
int start_thread(const std::string& command) {
if (can_run_thread()) {
bool has_run = 0;