On Mon, Feb 2, 2015 at 5:36 AM, Shueng Chuan KIU <[email protected]> wrote: > If I fire two async uv_fs_write() to the same file, is their write order > guaranteed? Put differently, is it valid to use offset=-1 for async writes? > > In the event that async writes to the same file happen to be ordered, are the > callbacks ordered?
The write order is not guaranteed and neither is the callback order. -- 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.
