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

Adding in thread_pool::spawn function #881

Merged
merged 1 commit into from
May 14, 2024

Conversation

Pauan
Copy link
Collaborator

@Pauan Pauan commented Apr 27, 2024

This adds in a thread_pool::spawn function which can be used to run some Rust code on multiple Workers for multithreading.

This is the first step toward implementing #790

@iamalwaysuncomfortable
Copy link
Collaborator

This looks good to merge, one thing we will want however is to ensure we're writing some integration tests around spawning functions onto the threadpool.

@Pauan
Copy link
Collaborator Author

Pauan commented May 14, 2024

Absolutely, that will be in the next PR that actually makes use of the spawning.

@Pauan Pauan merged commit 4cb84a6 into ProvableHQ:testnet3 May 14, 2024
10 checks passed
@Pauan Pauan deleted the feat/multithreading branch May 14, 2024 17:28
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 this pull request may close these issues.

None yet

2 participants