engine
engine copied to clipboard
Feature request: multi-environment worker threads / web workers
In our app we want to parallelize heavy processing by running tasks in separate threads. The primitive we're missing in the engine is a multi-instance environment that runs either in worker threads or web workers, depending on how the app is launched.
We want to launch instances of this environment on demand either from a Node process, or from a web worker.