Skip to content

Add support for Task cancellation #54

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

Merged
merged 3 commits into from
Apr 24, 2025
Merged

Add support for Task cancellation #54

merged 3 commits into from
Apr 24, 2025

Conversation

dfed
Copy link
Owner

@dfed dfed commented Apr 24, 2025

Fixes #53 + adds a bunch of tests

@dfed dfed self-assigned this Apr 24, 2025
@dfed dfed force-pushed the dfed--task-cancellation branch 3 times, most recently from fe419ad to cd5a2ff Compare April 24, 2025 19:50
Copy link

codecov bot commented Apr 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fad6bf4) to head (729de5d).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              main       #54    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           10        11     +1     
  Lines         1119      1301   +182     
==========================================
+ Hits          1119      1301   +182     
Files with missing lines Coverage Δ
Sources/AsyncQueue/ActorQueue.swift 100.00% <100.00%> (ø)
Sources/AsyncQueue/FIFOQueue.swift 100.00% <100.00%> (ø)
Sources/AsyncQueue/Utilities/Delivery.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/ActorQueueTests.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/DeliveryTests.swift 100.00% <100.00%> (ø)
Tests/AsyncQueueTests/FIFOQueueTests.swift 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dfed dfed force-pushed the dfed--task-cancellation branch 15 times, most recently from 4bf2506 to b0c10d4 Compare April 24, 2025 21:46
@dfed dfed marked this pull request as ready for review April 24, 2025 21:59
@dfed dfed force-pushed the dfed--task-cancellation branch from b0c10d4 to eaa30d2 Compare April 24, 2025 22:01
@dfed dfed merged commit 1e9c0dc into main Apr 24, 2025
8 checks passed
@dfed dfed deleted the dfed--task-cancellation branch April 24, 2025 22:23
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.

Task cancel invalid
1 participant