2014-05-26 11:12 GMT+02:00 Saúl Ibarra Corretgé <[email protected]>: > On 05/26/2014 10:45 AM, Iñaki Baz Castillo wrote: >> Hi, if a loop has just a uv_signal_t handler, would uv_run() >> automatically exit? or must the handler also be closed as others? >> >> Thanks. >> > > Yes, they do count, just like any other type of handle. If want them > not to, uv_unref the handle after starting it.
Clear. 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.
