MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / waitForTask

Method waitForTask

Source/Common/Async.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void AsyncThread::waitForTask() {
332 _workSemaphore.wait();
333}
334
335size_t AsyncThread::processCount() const {
336 return _process.size();

Callers 1

workMethod · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected