mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
All values are protected by m_mutex. So we don't need the polling to wait m_num_threads==0 with wakeups, instead simply use CConditionVariable.
All values are protected by m_mutex. So we don't need the polling to wait m_num_threads==0 with wakeups, instead simply use CConditionVariable.