Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
718
void 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_m
Method · 0.80
cancel
Method · 0.45
Tested by
no test coverage detected