MCPcopy 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
130template <class C>
131TS_INLINE void
132new_Derefer(C *ap, ink_hrtime t)
133{
134 eventProcessor.schedule_in(new DereferContinuation<C>(ap), t, ET_TASK);
135}

Callers 1

unmanage_api_objectMethod · 0.85

Calls 1

schedule_inMethod · 0.45

Tested by

no test coverage detected