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

Avoid mixing Rayon with Mutex #163

Merged
merged 1 commit into from
Feb 1, 2019
Merged

Conversation

kornelski
Copy link
Contributor

@kornelski kornelski commented Jan 28, 2019

Previous loop had Mutex inside rayon's for_each, and this was dangerous.

This reorganizes the loop to be single threaded, fed by multiple async tasks. This makes evaluation even more async than before.

@kornelski kornelski force-pushed the asynceval branch 3 times, most recently from 8e7036b to 84a53b0 Compare January 29, 2019 00:01
@shssoichiro
Copy link
Owner

Looks like this is dependent on #160, so I will wait until that one is ready before reviewing this.

shssoichiro
shssoichiro previously approved these changes Feb 1, 2019
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.

2 participants