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

Method Empty

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

Source from the content-addressed store, hash-verified

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

Callers 2

AddTaskMethod · 0.45
ContinueTasksMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected