Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
smith558 authored May 17, 2024
1 parent 475899e commit 7e524ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-ui/99-ui-misc/03-event-loop/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Tasks are set -- the engine handles them -- then waits for more tasks (while sle

It may happen that a task comes while the engine is busy, then it's enqueued.

The tasks form a queue, the so-called "macrotask queue" (v8 term):
The tasks form a queue, the so-called "macrotask queue" ([v8](https://v8.dev/) term):

![](eventLoop.svg)

Expand Down

0 comments on commit 7e524ba

Please sign in to comment.