I need to write a lua extension that uses libuv to talk with external processes, and lua provides a simple hook to cleanup native objects once all references to it are lost.
Is it enough to simply call uv_loop_close to cleanup all operating-system resources allocated by libuv? Eg, will it kill child processes, close connections automatically? -- 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.
