-
Is there any difference of using one of these two for just kicking of some background work, for example: Task 1 - Fetch data from network and store in database (and quit) |
Beta Was this translation helpful? Give feedback.
Answered by
kamcma
Sep 19, 2023
Replies: 1 comment 1 reply
-
Effect |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mariob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Effect
merge
useswithTaskGroup
under the hood. So it's a little bit personal preference, or if you need a particular Effect or TaskGroup API. TCA does ship a helper to get some granular cancellation behavior in effect world without having to drop down to TaskGroups.