fix CurlThreadPool destroy logic

This commit is contained in:
2025-05-14 19:29:07 +03:00
parent ce1aee1553
commit 8f3456a650
2 changed files with 10 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ private:
void procClient(PIHTTPClient * c);
PIProtectedVariable<PIQueue<PIHTTPClient *>> clients;
PIProtectedVariable<PIVector<PIHTTPClient *>> clients_in_proc;
PISemaphore sem;
PIVector<PIThread *> threads;
std::atomic_bool exiting = {false};