2014-08-01 11:34 GMT+02:00 Saúl Ibarra Corretgé <[email protected]>: > Node > uses UV_RUN_ONCE, in order to be able to emit an event just before the > loop is going to exit and thus execution will finish. You can't do that > with UV_RUN_DEFAULT.
You can. Just call uv_close for that handle when its event is fired. -- 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.
