fix CurlThreadPool destroy logic
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user