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

Fix possible infinite loop in TaskScheduler.process. #88

Merged
merged 1 commit into from
Aug 26, 2018

Conversation

s-ludwig
Copy link
Member

Fixes a discrepancy in TaskFiberQueue between empty and length, which causes process() to never return, thus processing events without timeout indefinitely.

Fixes a discrepancy in TaskFiberQueue between empty and length, which causes process() to never return, thus processing events without timeout indefinitely.
@dlang-bot dlang-bot merged commit d8546b8 into master Aug 26, 2018
@s-ludwig s-ludwig deleted the fix_infinite_scheduling_issue branch August 26, 2018 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants