MCPcopy Create free account
hub / github.com/alibaba/proxima / status

Method status

src/query/executor/bthread_task.cc:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Task::Status BthreadTask::status() const {
55 return status_.load();
56}
57
58//! Update task status, and notify listener if task have been finished
59void BthreadTask::status(Task::Status stat) {

Callers 3

execute_taskMethod · 0.45
wait_finishMethod · 0.45
putMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected