Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ new_Derefer
Function
new_Derefer
include/iocore/eventsystem/Freer.h:131–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
130
template <class C>
131
TS_INLINE void
132
new_Derefer(C *ap, ink_hrtime t)
133
{
134
eventProcessor.schedule_in(new DereferContinuation<C>(ap), t, ET_TASK);
135
}
Callers
1
unmanage_api_object
Method · 0.85
Calls
1
schedule_in
Method · 0.45
Tested by
no test coverage detected