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