duke8253 opened a new pull request, #10742: URL: https://github.com/apache/trafficserver/pull/10742
Addsd two new APIs that allow scheduling continuations on all threads of a certain thread type (e.g. ET_NET, ET_TASK): ``` void TSContScheduleOnEntirePool(TSCont contp, TSHRTime timeout, TSThreadPool tp) void TSContScheduleEveryOnEntirePool(TSCont contp, TSHRTime every, TSThreadPool tp) ``` The behavior is similar to `EventProcessor::schedule_spawn()`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org