-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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. - -- Saúl Ibarra Corretgé bettercallsaghul.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTgwWEAAoJEEEOVVOum8BZH3gP/2S3nz2m5V4FrwgRcVbnJXq3 XQESSg1eCEVoyAopRSATLat2A2isVJDzJguc0GpJySKQKp72C6Ezfzau1WKcVhJu WM/JvYxDXnClIqLuKo8S0zztHVuSQp0Cx3EbgZXIX4D4X43YL2Z7sPU7tWInCu+E YChJCmwHzzNjQ0TTy+esAbf+OF35pCHwcxi/DcJJuGDgqZRQ9uT8Yrxllfpgn2g5 /TXqFdAf9t7wazkShY+zTG2xN3+gAaeYLou5CFAI9++Ir9tMjsCx236OGkgqjLoE NoroMkO1gl61k85D7gep41mw4CRQjzUZ16fmtemV0+vH0tpaSevklJhT6MmND3J9 EpWZx1aQ16kV4VSBhBcn6LR1xYw21ffEqTMlz9tbFTRFeL+wIxII4w2EPqzcliU6 1Z+3W89GyDSud400JxxyCHR2BdGwmISEtxsi1HK/DyqK4rJ6jubVAiwLcobf7c0H 4dHtVFKvFHOCzyvbrxOCYBXY7jzeGutrHU+hlZAXYuGyjUUpTNgn1xuqKySJevvl URisPQG/hH40tjDNpsikuduA8I2PcY1NNK/CF0TH+7nuJgDVSmA64chd0rowxsIn U9cIB3GBH+4BG6mrEvUU0BCA1uAAYjfj40PJ9qaIOjKdHjrg/ySWPyL4+6VcUpFk 0GLBmgmnSXFPtSwqjHLv =Bvar -----END PGP SIGNATURE----- -- 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.
