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

Method InputJobQueue

lib/NGT/Thread.h:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 class InputJobQueue : public JobQueue {
113 public:
114 InputJobQueue() {
115 isTerminate = false;
116 underPushing = false;
117 pushedSize = 0;
118 }
119
120 void popFront(JOB &d) {
121 JobQueue::lock();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected