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

Method scheduleEvery

include/tscpp/api/Continuation.h:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 Action
134 scheduleEvery(TSHRTime interval /* milliseconds */, TSThreadPool tp = TS_THREAD_POOL_NET)
135 {
136 return TSContScheduleEveryOnPool(_cont, interval, tp);
137 }
138
139protected:
140 // Distinct continuation behavior is achieved by overriding this function in a derived continuation type.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected