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

Function waitForTaskFailure

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

Source from the content-addressed store, hash-verified

1457}
1458
1459bool waitForTaskFailure(exec::Task* task, uint64_t maxWaitMicros) {
1460 return waitForTaskFinish(task, TaskState::kFailed, maxWaitMicros);
1461}
1462
1463bool waitForTaskAborted(exec::Task* task, uint64_t maxWaitMicros) {
1464 return waitForTaskFinish(task, TaskState::kAborted, maxWaitMicros);

Callers 2

DEBUG_ONLY_TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

waitForTaskFinishFunction · 0.85

Tested by

no test coverage detected