MCPcopy Create free account
hub / github.com/apache/arrow / IsFinished

Method IsFinished

cpp/src/arrow/util/thread_pool.cc:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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