You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I'm not quite sure what you mean? It has a built in scheduler which you use with setTimeout/setInterval, and it uses that (and an internal event queue) to execute functions when they're needed.

    There is no preemption, but that's not really what JS is about.

About

Avatar for Gordon @Gordon started