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

Method cancel

include/tscpp/api/Async.h:89–95  ·  view source on GitHub ↗

Base implementation just breaks communication channel with receiver. Implementations * should add business logic here. */

Source from the content-addressed store, hash-verified

87 /** Base implementation just breaks communication channel with receiver. Implementations
88 * should add business logic here. */
89 virtual void
90 cancel()
91 {
92 if (dispatch_controller_) {
93 dispatch_controller_->disable();
94 }
95 }
96
97 virtual ~AsyncProvider() { this->cancel(); }
98

Callers 4

~AsyncProviderMethod · 0.95
schedule_zombie_eventMethod · 0.45
PendingAction.hFile · 0.45
~PendingActionMethod · 0.45

Calls 1

disableMethod · 0.45

Tested by

no test coverage detected