MCPcopy 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

RunMethod · 0.45
SubmitMethod · 0.45
RunInParallelMethod · 0.45
RunMethod · 0.45
PrefetchAsyncMethod · 0.45
MonitorMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36