SolidWallOfCode commented on code in PR #10742: URL: https://github.com/apache/trafficserver/pull/10742#discussion_r1388514775
########## src/api/InkAPI.cc: ########## @@ -4229,6 +4229,54 @@ tsapi::c::TSContScheduleOnThread(TSCont contp, TSHRTime timeout, TSEventThread e return action; } +std::vector<tsapi::c::TSAction> +tsapi::c::TSContScheduleOnEntirePool(TSCont contp, TSHRTime timeout, TSThreadPool tp) Review Comment: How does something in the C API return a `std::vector`? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
