On Mon, Apr 25, 2016 at 10:16 PM, Felix Kiechle <[email protected]> wrote: > > http://stackoverflow.com/questions/36850220/node-architecture-what-happens-after-libuv-calls-a-callback > > After Libuv's event loop polls one event and calls its associated callback, > what happens then? > > - How is this callback marshalled back to the single execution stack of > Node? > - Where in the Node C++ Bindings and in the Libuv code is that behaviour > implemented? > - How is made sure that the event loop only polls for a new event when > Node's execution stack is empty?
Questions about node.js are generally off-topic on this mailing list. Can I suggest you try the node.js mailing list or https://github.com/nodejs/help? -- 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.
