• Not sure if I understand you correctly:
    -there is single queue of events
    -there is no pre-emption - the event handler need to run to completion
    -then another event is handled from the queue
    Let me know if the http event handler completed the task and after this no further (or queued) events is handled (especially those related to setInterval)

About

Avatar for BogdanG @BogdanG started