MCPcopy Create free account
hub / github.com/apache/arrow / Empty

Method Empty

cpp/src/arrow/util/async_util.cc:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 const Task& Peek() override { return *tasks_.front(); }
117
118 bool Empty() override { return tasks_.empty(); }
119
120 void Purge() override { tasks_.clear(); }
121

Callers 2

AddTaskMethod · 0.45
ContinueTasksMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected