Пример #1
0
 void Done() {
   const ScopeLock protect(mutex);
   done = true;
   cond.Broadcast();
 }