multi threading
Overview of Haxe code snippets, examples and tutorials tagged with multi threading.
Jun 20, 2019 Other / Prototype SSL Socket Server
This write-up was inspired by this stack overflow question. While I've worked with sockets before, I wanted to prototype a Haxe HXCPP socket server leveraging secure SSL connections.‥
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:‥