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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Parallel Executions within a single web worker #778

Open
3 tasks
iamalwaysuncomfortable opened this issue Oct 16, 2023 · 0 comments 路 May be fixed by #790
Open
3 tasks

[Feature] Parallel Executions within a single web worker #778

iamalwaysuncomfortable opened this issue Oct 16, 2023 · 0 comments 路 May be fixed by #790
Assignees

Comments

@iamalwaysuncomfortable
Copy link
Collaborator

馃殌 Feature - Parallel Executions within

In the normal flow of a web app. Users may trigger multiple executions of Aleo functions. Currently this would require that either the user wait for a previous function to complete before executing another, or spinning up multiple webworkers to handle this.

Optimally users should be able to execute multiple functions onto a single web worker and have them run in parallel.

Implementation

  • Allow any function execution or deployment to be added a worker thread
  • Provide the API and documentation within the for users to apply it
  • Create integration tests + a create-aleo-app example which acts as an integration test
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

Successfully merging a pull request may close this issue.

2 participants