Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddTask
Method · 0.45
ContinueTasks
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected