MCPcopy Create free account
hub / github.com/apache/impala / RunOnReactorThread

Method RunOnReactorThread

be/src/kudu/rpc/reactor.cc:842–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842Status Reactor::RunOnReactorThread(std::function<Status()> f) {
843 RunFunctionTask task(std::move(f));
844 ScheduleReactorTask(&task);
845 return task.Wait();
846}
847
848Status Reactor::DumpConnections(const DumpConnectionsRequestPB& req,
849 DumpConnectionsResponsePB* resp) {

Callers

nothing calls this directly

Calls 2

moveFunction · 0.85
WaitMethod · 0.45

Tested by

no test coverage detected