Web1 JS에서 멀티스레드 사용하기 https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API Web Workers API - Web APIs | MDNWeb Workers makes it possible to run a script operation in a background thread separate from the main execution thread of a web application. The advantage of this is that laborious processing can be performed in a separate thread, allowing the main (usualldeveloper.mozilla.org JS는 기본적으로 싱글스레드로 동작한다. .. 2025. 1. 29. 이전 1 다음