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

Rewrite block buffered channel spec #8761

Merged
merged 1 commit into from
Feb 9, 2020

Conversation

bcardiff
Copy link
Member

@bcardiff bcardiff commented Feb 7, 2020

Previous spec was relying on on the receiving fiber only running after the main fiber is blocked. This might not hold in multi-thread, and yields to sporadic failures.

Previous spec was relying on on the receiving fiber only running after the main fiber is blocked. This might not hold in multi-thread, and yields to sporadic failures.
@straight-shoota straight-shoota merged commit 5b1df3b into crystal-lang:master Feb 9, 2020
@straight-shoota straight-shoota added this to the 0.33.0 milestone Feb 9, 2020
@straight-shoota
Copy link
Member

Thanks @bcardiff

@bcardiff bcardiff deleted the fix/channel-spec-mt branch February 10, 2020 18:41
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