Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void Executor::stop() {
26
if (!done_) {
27
done_ = true;
28
notify();
29
thread_->join();
30
thread_.release();
31
}
32
}
33
34
void Executor::finish(const MessagePtr& msg) {
35
RNode* r = rnode(msg->sender);
Callers
11
main
Function · 0.45
main
Function · 0.45
computeAndPushGradient
Method · 0.45
updateDual
Method · 0.45
evaluate
Method · 0.45
main
Function · 0.45
~KVStore
Method · 0.45
stopTimer
Method · 0.45
get
Method · 0.45
process
Method · 0.45
mergeProgress
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36