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

Method notify

src/system/executor.h:30–30  ·  view source on GitHub ↗

wake up the processing thread

Source from the content-addressed store, hash-verified

28
29 // wake up the processing thread
30 void notify() { Lock l(recved_msg_mu_); dag_cond_.notify_one(); }
31
32 // mark this message as finshed in executor
33 void finish(const MessagePtr& msg);

Callers 1

finishIncomingTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected