MCPcopy 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

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected