MCPcopy 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

updateModelMethod · 0.80
preprocessDataMethod · 0.80

Calls 1

waitIncomingTaskMethod · 0.80

Tested by

no test coverage detected