Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
Task::Status BthreadTask::status() const {
55
return status_.load();
56
}
57
58
//! Update task status, and notify listener if task have been finished
59
void BthreadTask::status(Task::Status stat) {
Callers
3
execute_task
Method · 0.45
wait_finish
Method · 0.45
put
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected