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: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
AddTask
Method · 0.45
ContinueTasks
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected