threadify
threadify copied to clipboard
Simply transforms a javascript function into a web worker
It should be possible to have different workers not just one thread. I don't see a way to do that with the API. This way you could have one worker...
When I run `job.terminate()` in the `job.failed()` callback, a infinite loop is created. ``` Uncaught RangeError: Maximum call stack size exceeded ``` Can this please be fixed? The problem occurs...
This is more like a thought or possible enhancement. From what I understand, web workers are designed to be slow start and long running. I read an article saying it...