engine icon indicating copy to clipboard operation
engine copied to clipboard

Feature request: multi-environment worker threads / web workers

Open alisey opened this issue 2 years ago • 0 comments

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.

alisey avatar Feb 02 '23 10:02 alisey