MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / foreach

Function foreach

src/plugins/chat/widgets/inlinechatwidget.cpp:166–169  ·  view source on GitHub ↗

Cancel all pending futures.

Source from the content-addressed store, hash-verified

164{
165 // Cancel all pending futures.
166 foreach (auto watcher, futureWatcherList) {
167 if (!watcher->isFinished())
168 watcher->cancel();
169 }
170
171 // wait for futures to finish
172 foreach (auto watcher, futureWatcherList) {

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected