MCPcopy 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
238bool SerialExecutor::IsFinished() {
239 std::lock_guard<std::mutex> lk(state_->mutex);
240 return state_->finished;
241}
242
243void SerialExecutor::Unpause() {
244 auto state = state_;

Callers 6

RefillDecompressedMethod · 0.45
StreamingDecompressionFunction · 0.45
CheckStreamingRoundtripFunction · 0.45
TESTFunction · 0.45
~SerialIteratorMethod · 0.45

Calls

no outgoing calls

Tested by 3

CheckStreamingRoundtripFunction · 0.36
TESTFunction · 0.36