I'm curious about the nodejs internal behavior. #39180
Answered
by
jasnell
JuTiger-Lee
asked this question in
General
-
I know that nodejs event loop executes code such as callback due to a module called libuv. But I still don't have a clear sense of internal action. Please share information about nodejs event loop. |
Beta Was this translation helpful? Give feedback.
Answered by
jasnell
Jun 28, 2021
Replies: 1 comment
-
https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
avivkeller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/