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

Method Shutdown

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

Source from the content-addressed store, hash-verified

75 }
76
77 Status Shutdown() {
78 RETURN_NOT_OK(self_pipe_->Shutdown());
79 handle_signals_.join();
80 return Status::OK();
81 }
82
83 ~ServerSignalHandler() { ARROW_CHECK_OK(Shutdown()); }
84

Callers

nothing calls this directly

Calls 3

OKFunction · 0.50
ShutdownMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected