Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
void RNode::finishOutgoingTask(int time) {
147
for (auto& w : exec_.group(id())) w->outgoing_task_.finish(time);
148
}
149
150
void RNode::waitIncomingTask(int time) {
151
// if (time <= Message::kInvalidTime) return;
Callers
nothing calls this directly
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected