as I know , maybe it is a way to make several loop run within a same 
thread by the follow way:

while (uv_run(loop1, UV_RUN_NOWAIT) || uv_run(loop2, UV_RUN_NOWAIT) 
|| uv_run(loop3, UV_RUN_NOWAIT));

but if I want to make child loop to work with main loop , for example

for loops: 

childloop1,childloop2,childloop3,mainloop

once main loop runs , 

start childloop1

then childloop2,

then childloop3

how should I do ? can somebody give me some idea , or a similar demo


Thanks.

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