Hello, I use async handlers to put jobs on loop-thread (like connect, listen, close) , and each time I create uv_async_t, mixin my data in async->data field, initialize it and call a uv_async_send(). It seemed to work nicely, but now sometimes I get the situation wnen loop ends while there are active handlers. Guess a call to uv_async_init() not from loop thread might be the problem.
So what is the polite way to inject your jobs on the loop thread, is there any standard practice? -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
