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

Method Message

src/system/message.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 public:
20 const static int kInvalidTime = -1;
21 Message() { }
22 Message(const NodeID& dest, int time = kInvalidTime, int wait_time = kInvalidTime);
23 explicit Message(const Task& tk) : task(tk) { }
24 void miniCopyFrom(const Message& msg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected