PICloud many important fixes

This commit is contained in:
Бычков Андрей
2022-11-11 16:18:05 +03:00
parent ec8fbcb112
commit cb59017ebb
9 changed files with 57 additions and 19 deletions

View File

@@ -86,6 +86,8 @@ private:
PIVector<Client *> removed_clients_;
PIMap<uint, Client *> index_clients;
PITimer ping_timer;
PIConditionVariable cvar;
PIMutex open_mutex;
mutable PIMutex clients_mutex;
std::atomic_bool is_deleted;
};