workers
Overview of Haxe code snippets, examples and tutorials tagged with workers.
Nov 21, 2017 JavaScript / JavaScript inline web workers in Haxe
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:‥