-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/10/2014 10:40 PM, Fedor Indutny wrote: > Well, it still works for some cases. You could use pipes or other > fds for other purposes. > > Anyway, you wasn't certain about what exactly you want to do, most > likely it could be solved by reusing existing stuff. >
You could also use uv_async_send. Caveat emptor: calls to uv_async_send might be coalesced, so there is no guarantee that calling uv_async_send X times will yield X executions of the callback. - -- Saúl Ibarra Corretgé bettercallsaghul.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTb1EqAAoJEEEOVVOum8BZI1UQAKFwS5PRSVXz2SLZXyJqJpfw Ef8q0WUm8dn6TqRLfp9lluS15mU/azwtYPuhgDMPgHzcmuxbuxil+UbYfhNr9MKX eFshXJ4mKz3ato8APRjOrIqZxiMJlIpLsbwDHx1ZWqEFbbNyI4CNoFO9UUpMXKKb sAdkSGEJgWPAsuirMhXa09tIcI2PVMfIJ62vg2ujcToyr1aBJyYA09WvFEoe8Ie8 k7Zy0nfB23Yr3AtG89IfvtI8TXdUyx3JnohVZMBnX4LGqNPwhe7vP1rN+1nYgFtS uSpAaHs6n6l7jE+pLyVvRrajLP4rENSuVj2R8V6mQEpJDGt6bJENlbK0q9cEum9V Ize4vVXuY8Wo0ixxeInQb43U/Oh3BYvnhPRK2svHMo6qsgVRiqphTj+sh0v/x+Hu DRIL29gy3aYnbYb0NmGM3TXbtz1xRbPAXYsEHrIPCigkTruquPKfAR0pQs+aYdj/ oknecodi+l5k6ck2Z71Ucfvoh/9AbGb5ZCcFtx5jJRiulm0kxvS6KHAvBJANparL UDFXtHi1xosx7JqkdHC2BHveFxYXikMTtXCqgX86bYbkyNUlPqQWh5Y2fiKt0+3C 8ZizJPH3/9d02ib+MUZ2VUFvOpkh1rqxARR07e3s+qmq2LSk/IQm7f65oVL8zljt q+dWmZPAhWQ65cwfIys/ =kjs/ -----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.
