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

feat(TaskOperation): allow executing as detached task #7

Merged
merged 3 commits into from
Aug 31, 2022
Merged

Conversation

soumyamahunt
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #7 (364e16c) into main (81c2c9c) will decrease coverage by 0.21%.
The diff coverage is 98.64%.

@@             Coverage Diff             @@
##              main       #7      +/-   ##
===========================================
- Coverage   100.00%   99.78%   -0.22%     
===========================================
  Files           12       12              
  Lines          889      952      +63     
===========================================
+ Hits           889      950      +61     
- Misses           0        2       +2     
Impacted Files Coverage Δ
Sources/AsyncObjects/Continuable.swift 100.00% <ø> (ø)
Sources/AsyncObjects/TaskTracker.swift 100.00% <ø> (ø)
Sources/AsyncObjects/AsyncCountdownEvent.swift 97.14% <86.66%> (-2.86%) ⬇️
Sources/AsyncObjects/AsyncEvent.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/AsyncSemaphore.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/CancellationSource.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/Future.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/Task.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/TaskOperation.swift 100.00% <100.00%> (ø)
Sources/AsyncObjects/TaskQueue.swift 100.00% <100.00%> (ø)

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

@soumyamahunt soumyamahunt merged commit e3dcfeb into main Aug 31, 2022
@soumyamahunt soumyamahunt deleted the op-flag branch August 31, 2022 10:51
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