MCPcopy Create free account
hub / github.com/Kitware/CMake / QueueJob

Method QueueJob

Tests/CMakeLib/testUVJobServerClient.cxx:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void QueueJob(std::size_t index)
123 {
124 this->JSC->RequestToken();
125 this->Queue.push_back(index);
126 std::cerr << " QueueJob(" << index
127 << "): Queue length: " << this->Queue.size() << '\n';
128 }
129
130 void FinishJob()
131 {

Callers 1

QueueNextJobsMethod · 0.95

Calls 3

RequestTokenMethod · 0.80
push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected