On Sun, Nov 26, 2017 at 9:44 AM, <[email protected]> wrote: > Thanks, I will try. > Just one more thing on that - it seems that when it happens the loop timer > won't change at all as if the loop won't 'loop'. > is it even possible? doesn't the backend timeout calculation phase has some > kind of default timeout value? or can it be infinite?
It's not clear what 'loop timer' means. If you mean uv_now(), that's updated when you call uv_run(). uv_run(UV_RUN_NOWAIT) never blocks so timeout == 0. -- 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.
