MCPcopy Create free account
hub / github.com/bytedance/bolt / waitForTaskCancelled

Function waitForTaskCancelled

bolt/exec/tests/utils/QueryAssertions.cpp:1467–1469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465}
1466
1467bool waitForTaskCancelled(exec::Task* task, uint64_t maxWaitMicros) {
1468 return waitForTaskFinish(task, TaskState::kCanceled, maxWaitMicros);
1469}
1470
1471bool waitForTaskStateChange(
1472 exec::Task* task,

Calls 1

waitForTaskFinishFunction · 0.85

Tested by

no test coverage detected