Skip to content

Commit 378ffca

Browse files
authored
Update article.md
1 parent 01c5e49 commit 378ffca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

2-ui/99-ui-misc/03-event-loop/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
# Event loop: microtasks and macrotasks
33

4-
Browser JavaScript execution flow, as well as in Node.js, is based on an *event loop*.
4+
اجرای Browser JavaScript execution flow، و همچنین Node.js، بر اساس یک *event loop* است.
55

6-
Understanding how event loop works is important for optimizations, and sometimes for the right architecture.
6+
درک نحوه عملکرد حلقه رویداد برای بهینه سازی ها و گاهی اوقات برای معماری مناسب مهم است.
77

8-
In this chapter we first cover theoretical details about how things work, and then see practical applications of that knowledge.
8+
در این فصل ابتدا جزئیات نظری در مورد چگونگی کارکرد چیزها را پوشش می دهیم و سپس کاربردهای عملی آن دانش را مشاهده می کنیم.
99

1010
## Event Loop
1111

0 commit comments

Comments
 (0)