You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work. I'm just curious, where/how is the event loop monitoring happens? couldn't find that in the code, any reference will be appreciated
The text was updated successfully, but these errors were encountered:
got it, so you assume that a basic interval tells the status of the loop? Node prioritize io based operations, so in theory, it can process many io based items from the queue efficiently but the items in the timers (interval) queues will get delayed (which not necessarily imply a problem)
Thanks for the great work. I'm just curious, where/how is the event loop monitoring happens? couldn't find that in the code, any reference will be appreciated
The text was updated successfully, but these errors were encountered: