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

tokio-nursery: Abort tasks when NurseryStream is dropped #31

Merged
merged 4 commits into from
Jan 11, 2025

Conversation

jwodder
Copy link
Owner

@jwodder jwodder commented Jan 11, 2025

Closes #30.

Copy link

codecov bot commented Jan 11, 2025

Codecov Report

Attention: Patch coverage is 91.11111% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.56%. Comparing base (04519bd) to head (335aea1).
Report is 37 commits behind head on master.

Files with missing lines Patch % Lines
crates/tokio-nursery/src/lib.rs 91.11% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   82.41%   82.56%   +0.15%     
==========================================
  Files          32       32              
  Lines        1376     1411      +35     
==========================================
+ Hits         1134     1165      +31     
- Misses        242      246       +4     

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

@jwodder jwodder marked this pull request as ready for review January 11, 2025 17:32
@jwodder jwodder merged commit d814cf0 into master Jan 11, 2025
11 checks passed
@jwodder jwodder deleted the nursery-drop branch January 11, 2025 17:33
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.

tokio-nursery: When NurseryStream is dropped, abort all tasks
1 participant