I'm not sure what you're asking. Yes, you should call `uv_run` afterwards and wait for the write_cb. But that doesn't have a relation to the timing of the actual write to the fd.
On Tue, Jan 1, 2019 at 8:48 PM Iñaki Baz Castillo <[email protected]> wrote: > On Wed, 2 Jan 2019 at 02:46, Jameson Nash <[email protected]> wrote: > > > > It's completely unspecified > > Ok. Anyway I do call uv_run(). It's just that I call uv_run() > **after** calling uv_write in the pipe. I assume that this is > guaranteed to work. > > -- > Iñaki Baz Castillo > <[email protected]> > > -- > 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 https://groups.google.com/group/libuv. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
