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

Drain tasks in an unblocked way to avoid data race #72

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

hongkuancn
Copy link
Collaborator

Fix Issue #70

Copy link

codecov bot commented Sep 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.02%. Comparing base (5f162d4) to head (44b1bcc).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   99.00%   99.02%   +0.01%     
==========================================
  Files           4        4              
  Lines         302      307       +5     
==========================================
+ Hits          299      304       +5     
  Misses          3        3              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner

@alitto alitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🙌

@alitto alitto merged commit 18002c1 into alitto:main Sep 1, 2024
18 checks passed
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.

Data race due to "Unsynchronized send and close operations"
2 participants