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

Method SetRunInParallel

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

Source from the content-addressed store, hash-verified

87
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);

Callers 2

validatePageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected