Skip to content

Commit 4aebadd

Browse files
gami0321Violet-Bora-Lee
authored andcommitted
[이벤트 루프와 매크로태스크, 마이크로태스크] 본문 내 '웹 워커' 번역 - line 335(#1298)
1 parent 57e4080 commit 4aebadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ alert("code");
332332
```smart header="웹 워커"
333333
For long heavy calculations that shouldn't block the event loop, we can use [Web Workers](https://html.spec.whatwg.org/multipage/workers.html).
334334
335-
That's a way to run code in another, parallel thread.
335+
웹 워커를 사용하면 별도의 백그라운드 스레드에서 코드를 병렬적으로 실행할 수 있습니다.
336336
337337
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
338338

0 commit comments

Comments
 (0)