Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ AddTask
Method
AddTask
graphlearn/src/common/threading/runner/threadpool.h:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
int AddTask(Callback* task) override {
50
return impl_->AddTask(task);
51
}
52
53
void WaitForIdle() override {
54
impl_->WaitForIdle();
Callers
7
Run
Method · 0.45
Submit
Method · 0.45
RunInParallel
Method · 0.45
Run
Method · 0.45
PrefetchAsync
Method · 0.45
Monitor
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36