반응형
Multithread.js: Easy in-browser multithreading
Multithread.js makes in-browser multithreading easy, letting you run any code you like without interrupting the user experience. It’s a simple wrapper that lets you avoid using Web Workers and transferable objects.
Homepage: http://keithwhor.github.io/multithread.js/
GitHub: https://github.com/keithwhor/multithread.js
GitHub: https://github.com/keithwhor/multithread.js
Multithread
In-browser multithreading made easy.
Run any business logic you like without interrupting the user experience.
Multithread is a simple wrapper that eliminates the hassle of dealing with Web Workers and transferrable objects.
Run any code you'd like asynchronously, in its own thread, without interrupting the user experience.
반응형
'프로그래밍 > Script' 카테고리의 다른 글
Agile CSS3 Engine: Generate pure CSS3 with JavaScript (0) | 2014.07.07 |
---|---|
[Charts] Epoch: A real-time charting library (0) | 2014.07.04 |
[javascript] mobile dev - Framer.js: A prototyping toolkit (0) | 2014.05.21 |
[javascript] Apy: A library for rest API ajax calls (0) | 2014.05.21 |
[javascript] 메세지 없이 브라우저를 닫고 싶을때. self.close() 외 2 방법 (0) | 2014.05.19 |