Kode / Krom

Other
96 stars 23 forks source link

Add basic web worker support to Krom #143

Closed SunDaw closed 3 years ago

SunDaw commented 3 years ago

Enables creation of workers, bi-directional communication (via onmessage, "message" event and postMessage) Enables workers to spawn sub-workers Gives workers to option to queue work on their thread via setInterval