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

Method Stop

cpp/src/arrow/io/file_benchmark.cc:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 return reader;
75 }
76 void Stop() { ARROW_CHECK(SetEvent(event_)); }
77 void Join() { worker_->join(); }
78
79 ~BackgroundReader() {

Callers 1

BenchmarkStreamingWritesFunction · 0.45

Calls 2

FileWriteFunction · 0.85
fdMethod · 0.45

Tested by

no test coverage detected