Browse Source

...

synchronous
Volker Birk 5 years ago
parent
commit
e952ff4a29
  1. 3
      Semaphore.hh

3
Semaphore.hh

@ -18,10 +18,9 @@ namespace pEp {
if (!_stop) if (!_stop)
return; return;
while(_stop){ while(_stop)
cv.wait(lock); cv.wait(lock);
} }
}
void go() void go()
{ {

Loading…
Cancel
Save