Because libuv is single threaded.
El 26/4/2016 9:26, "Felix Kiechle" <[email protected]> escribió:

>
>
> 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?
>
> --
> 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.

Reply via email to