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

Method cancel

utility/task_manager.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 return canceled;
86}
87void TaskManager::BaseTemplateTaskData::cancel() {
88 canceled = true;
89 cancel_internal();
90}
91void TaskManager::BaseTemplateTaskData::finish_progress() {
92 progress = nullptr;
93}

Callers 3

main_loopMethod · 0.45
cancel_allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected