threadify icon indicating copy to clipboard operation
threadify copied to clipboard

Simply transforms a javascript function into a web worker

Results 3 threadify issues
Sort by recently updated
recently updated
newest added

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...