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:
parent
05997f4503
commit
1418042935
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue