Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: multi-environment worker threads / web workers #1632

Open
alisey opened this issue Feb 2, 2023 · 0 comments
Open

Feature request: multi-environment worker threads / web workers #1632

alisey opened this issue Feb 2, 2023 · 0 comments
Assignees

Comments

@alisey
Copy link
Contributor

alisey commented Feb 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants