January 2019
Beginner
210 pages
4h 47m
English
The TypeScript runtime (JavaScript) has a concurrency model based on an event loop. This model is quite different from the model in other languages, such as C or Java. Before focusing on the event loop itself, we must first understand a number of runtime concepts.
What follows is a visual representation of some critical runtime concepts: HEAP, STACK, QUEUE, and FRAME:

We will now look at the role of each of these runtime concepts.
Read now
Unlock full access