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

Method finishOutgoingTask

src/system/remote_node.cc:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void RNode::finishOutgoingTask(int time) {
147 for (auto& w : exec_.group(id())) w->outgoing_task_.finish(time);
148}
149
150void RNode::waitIncomingTask(int time) {
151 // if (time <= Message::kInvalidTime) return;

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected