Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ~PendingAction
Method
~PendingAction
include/tscore/PendingAction.h:130–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
inline PendingAction::~PendingAction()
131
{
132
if (pending_action) {
133
pending_action.load()->cancel();
134
}
135
}
136
137
inline bool
138
PendingAction::clear_if_action_is(Action *action)
Callers
nothing calls this directly
Calls
2
cancel
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected