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

Method waitForTaskCompletion

bolt/exec/tests/MorselDrivenTest.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 bool waitForTaskCompletion(
108 exec::Task* task,
109 uint64_t maxWaitMicros = 1'000'000) {
110 return waitForTaskFinish(task, TaskState::kFinished, maxWaitMicros);
111 }
112
113 std::shared_ptr<Task> assertQuery(
114 const core::PlanNodePtr& plan,

Callers

nothing calls this directly

Calls 1

waitForTaskFinishFunction · 0.85

Tested by

no test coverage detected