On Sat, Oct 1, 2016 at 12:38 PM, Elad Nachmias <[email protected]> wrote: > 1. If my file has already became readable before starting the poll handle on > this file, will the callback be called? > > 2. Lets assume the following sequence happened: > (a) I started polling on a fd of a tcp socket. > (b) The socket become readable. > (c) I stopped the poll handle (from another event) BEFORE it's callback has > been called. > Is it assured that the callback won't be called in that scenario? > > Thanks, > Elad
Yes and yes. -- 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.
