Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ waitInMsg
Method
waitInMsg
src/parameter/shared_parameter.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
return sync(msg);
29
}
30
void waitInMsg(const NodeID& node, int time) {
31
port(node)->waitIncomingTask(time);
32
}
33
34
void waitOutMsg(const NodeID& node, int time) {
35
port(node)->waitOutgoingTask(time);
Callers
2
updateModel
Method · 0.80
preprocessData
Method · 0.80
Calls
1
waitIncomingTask
Method · 0.80
Tested by
no test coverage detected