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

Method RunInParallel

lib/macro/macro.hpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 void AddHelperThread(std::thread &&);
89 void SetRunInParallel(bool parallel) { _runInParallel = parallel; }
90 bool RunInParallel() const { return _runInParallel; }
91 bool CheckInParallel() const { return _checkInParallel; }
92 void SetCheckInParallel(bool parallel);
93 bool ParallelTasksCompleted() const;

Callers 1

MacroSelectionChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected