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

refactor: add identifier metadata for cancellation source registered tasks #18

Merged
merged 6 commits into from
Mar 4, 2023

Conversation

soumyamahunt
Copy link
Contributor

No description provided.

@sonarcloud
Copy link

sonarcloud bot commented Mar 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Mar 4, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.12 🎉

Comparison is base (9b1d0d8) 98.03% compared to head (1cb380c) 98.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   98.03%   98.16%   +0.12%     
==========================================
  Files          20       25       +5     
  Lines        1629     1849     +220     
==========================================
+ Hits         1597     1815     +218     
- Misses         32       34       +2     
Impacted Files Coverage Δ
...ects/Continuation/ContinuableCollectionActor.swift 100.00% <ø> (ø)
Sources/AsyncObjects/AsyncCountdownEvent.swift 96.00% <100.00%> (+2.40%) ⬆️
Sources/AsyncObjects/AsyncEvent.swift 93.58% <100.00%> (ø)
Sources/AsyncObjects/AsyncSemaphore.swift 93.75% <100.00%> (ø)
.../AsyncObjects/CancellationSource/Cancellable.swift 100.00% <100.00%> (ø)
...ancellationSource/CancellationSource+Linking.swift 100.00% <100.00%> (ø)
...s/CancellationSource/CancellationSource+Task.swift 100.00% <100.00%> (ø)
...ancellationSource/CancellationSource+Timeout.swift 100.00% <100.00%> (ø)
...bjects/CancellationSource/CancellationSource.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/Future.swift 98.77% <100.00%> (+0.04%) ⬆️
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@soumyamahunt soumyamahunt changed the title feat: add cooperative cancellation to cancellation source registered tasks completion wait refactor: add identifier metadata for cancellation source registered tasks Mar 4, 2023
@soumyamahunt soumyamahunt merged commit 0ab431e into main Mar 4, 2023
@soumyamahunt soumyamahunt deleted the cancellation branch March 4, 2023 17:10
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.

1 participant