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

feat!: Add a ThreadCount enum for specifying the number of threads to use #225

Merged
merged 5 commits into from
Aug 16, 2024

Conversation

kevaundray
Copy link
Contributor

Breaking change

Instead of specifying the number of threads with a usize like 5, users can now specify it by doing ThreadCount::Multi(5)

@kevaundray kevaundray changed the title chore!: Add a ThreadCount enum chore!: Add a ThreadCount enum for specifying the number of threads to use Aug 15, 2024
eip7594/src/lib.rs Outdated Show resolved Hide resolved
@kevaundray kevaundray changed the title chore!: Add a ThreadCount enum for specifying the number of threads to use feat!: Add a ThreadCount enum for specifying the number of threads to use Aug 16, 2024
@kevaundray kevaundray added this pull request to the merge queue Aug 16, 2024
Merged via the queue into master with commit 488ae20 Aug 16, 2024
32 of 39 checks passed
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.

1 participant