Update article.md
This commit is contained in:
parent
b9c4dbcaed
commit
0003221ae2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ In this chapter we first cover theoretical details about how things work, and th
|
|||
|
||||
## Event Loop
|
||||
|
||||
The *event loop* concept is very simple. There's an endless loop, when the JavaScript engine waits for tasks, executes them and then sleeps, waiting for more tasks.
|
||||
The *event loop* concept is very simple. There's an endless loop, where the JavaScript engine waits for tasks, executes them and then sleeps, waiting for more tasks.
|
||||
|
||||
The general algorithm of the engine:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue