Replies: 1 comment
-
Hi @ACFancy, most of these questions seem to be directed at TCA rather than this repo. I will answer the one question that is swift-clocks specific, and I suggest you ask the other questions in the TCA repo.
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
EffectPublisher.timer(){}
was marked as deprecated?Effect.merge Effect.concatenate
toEffectTask.task(){} EffectTask.run(){} EffectTask.fireAndForget(){}
static functions? Whether is Needed to migrate?EffectTask.task(){} EffectTask.run(){} EffectTask.fireAndForget(){}
must be called in the end to returnEffectTask<Action, Never>
orEffectTask<Action, Failure>
?@Dependency(\.continuousClock)
only available for iOS 16 and above swift 5.7,when I run in Xcode 13.4 for iOS 13 and swift 5.6, tips error.
Beta Was this translation helpful? Give feedback.
All reactions