I'm new to libuv. I am not clear on uv_buf_t buffers' lifecycle which are allocated via uv_alloc_cb. Is it reasonable to believe that once libuv uses the buffer to read data and invokes the associated uv_read_cb, I'm essentially free to delete the buffer? Also - is it ok to reuse buffers or is that not a recommended practice?
-- 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.
