MCPcopy Create free account
hub / github.com/NGT-labs/NGT / waitForFull

Method waitForFull

lib/NGT/Thread.h:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 class OutputJobQueue : public JobQueue {
186 public:
187 void waitForFull() {
188 JobQueue::wait();
189 JobQueue::unlock();
190 }
191
192 void pushBack(JOB &data) {
193 JobQueue::lock();

Callers 1

waitForFinishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected