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

Method stop

src/system/executor.cc:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void Executor::stop() {
26 if (!done_) {
27 done_ = true;
28 notify();
29 thread_->join();
30 thread_.release();
31 }
32}
33
34void Executor::finish(const MessagePtr& msg) {
35 RNode* r = rnode(msg->sender);

Callers 11

mainFunction · 0.45
mainFunction · 0.45
updateDualMethod · 0.45
evaluateMethod · 0.45
mainFunction · 0.45
~KVStoreMethod · 0.45
stopTimerMethod · 0.45
getMethod · 0.45
processMethod · 0.45
mergeProgressMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36