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

Issue #380: Improve MVar by adding light async boundaries before put and take #402

Merged
merged 1 commit into from Nov 11, 2018

Conversation

alexandru
Copy link
Member

Related to issue #380.

Adding light async boundaries before put and take avoids a deadlock in a certain, common scenario.
See test.

@codecov-io
Copy link

Codecov Report

Merging #402 into master will decrease coverage by 1.17%.
The diff coverage is 90%.

@@            Coverage Diff             @@
##           master     #402      +/-   ##
==========================================
- Coverage   84.19%   83.01%   -1.18%     
==========================================
  Files          69       69              
  Lines        1898     1914      +16     
  Branches      187      188       +1     
==========================================
- Hits         1598     1589       -9     
- Misses        300      325      +25

@SystemFw SystemFw merged commit e70882b into master Nov 11, 2018
@larsrh larsrh deleted the issue-380 branch September 22, 2019 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants