HaxeFoundation / HaxeFoundation/haxe.org-comments
[code.haxe.org] JavaScript - JavaScript inline web workers in Haxe
Open
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# JavaScript inline web workers in Haxe - JavaScript - Haxe programming language cookbook
JavaScript workers make it possible to perform costly calculations (media decoding etc, crypt calculations etc.) in a background thread, without blocking the main UI. There are lots of articles about workers on the net:
[https://code.haxe.org/category/javascript/javascript-inline-workers.html](https://code.haxe.org/category/javascript/javascript-inline-workers.html)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.