Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitalAudio/visage
/ completed
Method
completed
visage_utils/thread_utils.h:105–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
bool shouldRun() const { return should_run_.load(); }
104
bool running() const { return thread_ && thread_->joinable(); }
105
bool completed() const { return completed_.load(); }
106
107
private:
108
void startRun() {
Callers
1
thread_utils_tests.cpp
File · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected