Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ stopOnFinalBarrier
Method
stopOnFinalBarrier
src/util/threadpool.h:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
// for internal use
29
Task getNextTask();
30
void stopOnFinalBarrier() { final_barrier_.Block(); }
31
private:
32
DISALLOW_COPY_AND_ASSIGN(ThreadPool);
33
Callers
1
RunWorker
Function · 0.80
Calls
1
Block
Method · 0.80
Tested by
no test coverage detected