MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / cancel_all

Method cancel_all

utility/task_manager.cpp:718–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718void TaskManager::cancel_all() {
719 group_id_to_description.for_each_m([&](auto &v) {
720 v.second->cancel();
721 });
722}

Callers

nothing calls this directly

Calls 2

for_each_mMethod · 0.80
cancelMethod · 0.45

Tested by

no test coverage detected