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

Function StopAndClearAllActionQueues

lib/queue/action-queue.cpp:462–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void StopAndClearAllActionQueues()
463{
464 for (auto &queue : queues) {
465 auto actionQueue =
466 std::dynamic_pointer_cast<ActionQueue>(queue);
467 actionQueue->Stop();
468 actionQueue->Clear();
469 }
470}
471
472} // namespace advss

Callers 1

StopMethod · 0.85

Calls 2

StopMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected