You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: