-
Notifications
You must be signed in to change notification settings - Fork 303
Dispatch work to a thread pool #102
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
Comments
@karan1276 mentioned being interested in working on this in https://github.com/brson/rust-cookbook/issues/24#issuecomment-285923636. Possible problem statement: "Sort an array of M numbers using N threads" |
Demo i wrote for that can be found here: https://github.com/karan1276/rust-demo |
Nice! Are you still working on turning this into a PR or would you need someone else to take over? |
I think the example should use the Rayon thread pool, it's a more popular implementation. |
I'd like to try this one. It would be drawing a fractal (julia set) to an image with threadpool. |
https://docs.rs/threadpool
The text was updated successfully, but these errors were encountered: