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

Method finishIncomingTask

src/system/remote_node.cc:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void RNode::finishIncomingTask(int time) {
162 for (auto& w : exec_.group(id())) w->incoming_task_.finish(time);
163 exec_.notify();
164}
165
166FilterPtr RNode::findFilter(const FilterConfig& conf) {
167 Lock l(filter_mu_);

Callers 3

pullAndUpdateDualMethod · 0.80
finishMethod · 0.80
finishMethod · 0.80

Calls 2

notifyMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected