Hi there,

I was investigating a problem with MoarVM and use of sockets in separate 
threads (https://github.com/MoarVM/MoarVM/issues/165).  The problem seems 
to be that when I call 

uv_read_start on a handle with loop A, and uv_run on loop B, uv_run returns 
immediately.  If I poke around in the handle and change the loop, all works,
but I see that the loop is intended as a read-only field.  Scanning through 
uv.h, I see no public function to accomplish this; is there a recommended way
to resolve this issue?

Thanks,
Rob

-- 
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.

Reply via email to