From 022a5c43a58a51d56db8ab0c712785f1da8a68f6 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 25 Apr 2024 10:25:18 +1000 Subject: [PATCH] Update main.d * Remove thread_joinAll() --- src/main.d | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.d b/src/main.d index fafeb44d..101e617c 100644 --- a/src/main.d +++ b/src/main.d @@ -1486,10 +1486,6 @@ void shutdownCurlInstances() { } void shutdownApplicationLogging() { - // Join all threads to avoid any thread hanging out there - addLogEntry("Waiting for all internal threads to complete before exiting application", ["verbose"]); - // Join all threads - thread_joinAll(); // Log that we are exitintg addLogEntry("Application is exiting.", ["debug"]); addLogEntry("#######################################################################################################################################", ["logFileOnly"]);