Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isRunning
Method
isRunning
bolt/exec/Task.cpp:1745–1748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1743
}
1744
1745
bool Task::isRunning() const {
1746
std::lock_guard<std::timed_mutex> l(mutex_);
1747
return isRunningLocked();
1748
}
1749
1750
bool Task::isFinished() const {
1751
std::lock_guard<std::timed_mutex> l(mutex_);
Callers
6
enqueue
Method · 0.45
terminate
Method · 0.45
runOne
Method · 0.45
TEST_F
Function · 0.45
waitForTaskDriversToFinish
Function · 0.45
hasNext
Method · 0.45
Calls
no outgoing calls
Tested by
4
runOne
Method · 0.36
TEST_F
Function · 0.36
waitForTaskDriversToFinish
Function · 0.36
hasNext
Method · 0.36