Hacker News new | ask | show | jobs
by elmin 4218 days ago
This is not done in parallel. Only one block of javascript is being executed at any given time. There is also no concept of preemption, if your function runs forever no other other events or callbacks will be handled.