Hi everyone, I'm wondering if calling uv_run from another libuv callback (on same loop) is supposed to run, similar to how CFRunLoop supports nested execution.
Initially I thought it would work, but then I looked at uv__async_event implementation, which leaves &loop->async_handles in inconsistent state while executing callbacks. Is this deliberate? Should I just forget about nesting uv_run calls, or is this something that needs to be fixed? Cheers, Matej -- 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.
