MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / run_active

Method run_active

source/src/thread.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110 }
111 }
112 std::mutex mutex;
113 std::condition_variable cv;
114 std::unique_lock<std::mutex> lock(mutex);
115 QiThreadManager::start<QiMacroWorker>(static_cast<bool>(running), reinterpret_cast<Macro*>(macro), reinterpret_cast<std::condition_variable&>(cv));
116 cv.wait(lock);
117}
118void QiMacroThread::run_start(Macro* macro)
119{
120 start(macro, true);
121}

Callers 1

TriggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected