Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Abort
Method
Abort
cpp/src/arrow/io/concurrency.h:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
Status Abort() final {
100
auto guard = lock_.exclusive_guard();
101
return derived()->DoAbort();
102
}
103
104
Result<int64_t> Tell() const final {
105
auto guard = lock_.exclusive_guard();
Callers
nothing calls this directly
Calls
1
DoAbort
Method · 0.45
Tested by
no test coverage detected