1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

docs: lws_service_tsi

This commit is contained in:
chilL1n 2021-12-13 21:06:48 +01:00 committed by Andy Green
parent 05997f4503
commit 1418042935

View file

@ -59,7 +59,7 @@ lws_service(struct lws_context *context, int timeout_ms);
* \param tsi: Thread service index, starting at 0
*
* Same as lws_service(), but for a specific thread service index. Only needed
* if you are spawning multiple service threads.
* if you are spawning multiple service threads that operate on the same lws_context.
*/
LWS_VISIBLE LWS_EXTERN int
lws_service_tsi(struct lws_context *context, int timeout_ms, int tsi);