-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeJS #1
Comments
NodeJS Eventloophttps://segmentfault.com/a/1190000012258592 Timer -> I/O callbacks -> idle, prepare-> poll -> check -> close callbacks "execute" setTimeout setInterval callback as soon as possible [1,2147483647] -> other system callbacks (except setImmediate()), not user callback -> idle for internal use ->
DONE CLEANING POLLING QUEUE
check, setimmediate callback -> close callbacks nextTick/Promise are in between of stages, has it's own queue, will clean up |
Promise tipshttps://zhuanlan.zhihu.com/p/25178630
|
No description provided.
The text was updated successfully, but these errors were encountered: