MCPcopy Create free account
hub / github.com/dmlc/parameter_server / waitIncomingTask

Method waitIncomingTask

src/system/remote_node.cc:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void RNode::waitIncomingTask(int time) {
151 // if (time <= Message::kInvalidTime) return;
152 for (auto& w : exec_.group(id())) w->incoming_task_.wait(time);
153}
154bool RNode::tryWaitIncomingTask(int time) {
155 // if (time <= Message::kInvalidTime) return true;
156 for (auto& w : exec_.group(id()))

Callers 1

waitInMsgMethod · 0.80

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected