We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e4080 commit 4aebaddCopy full SHA for 4aebadd
2-ui/99-ui-misc/03-event-loop/article.md
@@ -332,7 +332,7 @@ alert("code");
332
```smart header="웹 워커"
333
For long heavy calculations that shouldn't block the event loop, we can use [Web Workers](https://html.spec.whatwg.org/multipage/workers.html).
334
335
-That's a way to run code in another, parallel thread.
+웹 워커를 사용하면 별도의 백그라운드 스레드에서 코드를 병렬적으로 실행할 수 있습니다.
336
337
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
338
0 commit comments