On Fri, Jul 27, 2012 at 2:19 PM, Felix Halim <[email protected]> wrote: > So, the only way to correctly call uv_close() is to wait until all > uv_write's callbacks have been called? > > Why don't it get queued just like multiple_calls to uv_write() ? > > (I am asking why it is designed that way) > > Felix Halim
You can figure this one out yourself. :-) How would you handle timeouts if uv_close() worked like you describe? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
