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

Method Wait

cpp/src/arrow/flight/server.cc:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218Status FlightServerBase::Wait() {
219 RETURN_NOT_OK(impl_->transport_->Wait());
220 impl_->running_instance_ = nullptr;
221 return Status::OK();
222}
223
224Status FlightServerBase::ListFlights(const ServerCallContext& context,
225 const Criteria* criteria,

Callers 6

WaitForSignalsMethod · 0.45
ServeMethod · 0.45
TestShutdownMethod · 0.45
TestBrokenConnectionMethod · 0.45
CopyFilesFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by 3

TestShutdownMethod · 0.36
TestBrokenConnectionMethod · 0.36