Hi,

I run a loop in which there are, let say, a TCP server and a
UnixSocket socket. Before I call uv_run() I cannot be sure whether the
handles will properly start or not (it may happen "too much open
files", "address in use" or whatever error).

So, I need a way to notify other thread that this loop is already
working without errors. Should I run a uv_check (or uv_prepare) once
and notify that on its callback?

Thanks a lot.

-- 
Iñaki Baz Castillo
<[email protected]>

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