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

work around #32087 by polling for I/O on windows inside thread loops #32109

Merged
merged 1 commit into from
May 23, 2019

Conversation

JeffBezanson
Copy link
Member

This is a workaround to hopefully make @threads loops work again. Existing uses of @threads only do compute, so polling here should not make any difference in those cases (it will only happen briefly on the way out of the @threads loop). Not very satisfying, but this is the best I've got so far.

@JeffBezanson JeffBezanson added system:windows Affects only Windows multithreading Base.Threads and related functionality backport 1.2 labels May 22, 2019
@JeffBezanson JeffBezanson merged commit 4247a48 into master May 23, 2019
@JeffBezanson JeffBezanson deleted the jb/32087 branch May 23, 2019 18:38
KristofferC pushed a commit that referenced this pull request May 23, 2019
@KristofferC KristofferC mentioned this pull request May 23, 2019
58 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multithreading Base.Threads and related functionality system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants