MCPcopy Create free account
hub / github.com/apache/trafficserver / doRun

Method doRun

include/tscpp/api/Async.h:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106private:
107 std::shared_ptr<AsyncDispatchControllerBase> dispatch_controller_;
108 void
109 doRun(std::shared_ptr<AsyncDispatchControllerBase> dispatch_controller)
110 {
111 dispatch_controller_ = std::move(dispatch_controller);
112 run();
113 }
114 friend class Async;
115};
116

Callers 1

executeMethod · 0.80

Calls 1

runFunction · 0.50

Tested by

no test coverage detected