Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsFinished
Method
IsFinished
cpp/src/arrow/util/thread_pool.cc:238–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
bool SerialExecutor::IsFinished() {
239
std::lock_guard<std::mutex> lk(state_->mutex);
240
return state_->finished;
241
}
242
243
void SerialExecutor::Unpause() {
244
auto state = state_;
Callers
6
RefillDecompressed
Method · 0.45
StreamingDecompression
Function · 0.45
CheckStreamingDecompressor
Function · 0.45
CheckStreamingRoundtrip
Function · 0.45
TEST
Function · 0.45
~SerialIterator
Method · 0.45
Calls
no outgoing calls
Tested by
3
CheckStreamingDecompressor
Function · 0.36
CheckStreamingRoundtrip
Function · 0.36
TEST
Function · 0.36