workerize
workerize copied to clipboard
ποΈ Run a module in a Web Worker.
Hello, It would be great if I could create a pool of workers. That way, parallelizing hot paths could be completely abstracted using `workerize`. Considerations: * To implement worker pooling,...
Whether the thread pool idea was introduced?The thread pool is a good idea to Improve efficiency
Trying to use a "module"-type worker results in MIME type rejection: `Failed to load module script: The server responded with a non-JavaScript MIME type of "". Strict MIME type checking...
Hey, I'm curious if it would be possible to workerize web workers in rollup? Do you maybe have a plan to support rollup using a plugin?
## Version **0.5.0** of **microbundle** was just published. Dependency microbundle Current Version 0.4.4 Type devDependency The version **0.5.0** is **not covered** by your **current version range**. If you donβt accept...
fixes #38 First thing to note about this is that I broke the microbundle build. I'll attempt to fix the generator function to not use things microbundle doesn't expect, but...
would it be possible to use arrow functions to workerize?
Promises are great, but async iterators would be even more general.
> Usage Pass either a function or a string containing code. Could you please show in the example how to pass a function?
## Version **5.0.0** of **[eslint](https://github.com/eslint/eslint)** was just published. Dependency [eslint](https://github.com/eslint/eslint) Current Version 4.19.1 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you donβt accept...