MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / AddMacroHelperThread

Function AddMacroHelperThread

lib/macro/macro-helpers.cpp:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void AddMacroHelperThread(Macro *macro, std::thread &&newThread)
247{
248 if (!macro) {
249 return;
250 }
251 macro->AddHelperThread(std::move(newThread));
252}
253
254bool RunMacroActions(Macro *macro, bool forceParallel, bool ignorePause)
255{

Callers 2

StartFadeMethod · 0.85
PerformActionMethod · 0.85

Calls 1

AddHelperThreadMethod · 0.80

Tested by

no test coverage detected