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

Method SetCheckInParallel

lib/macro/macro.cpp:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void Macro::SetCheckInParallel(bool parallel)
579{
580 _checkInParallel = parallel;
581 _conditionCheckFuture = {};
582}
583
584bool Macro::ParallelTasksCompleted() const
585{

Callers 1

AskForSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected