You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might consider making some convenience for this in Swift land. I’d hesitate tying it to Worker specifically since that lives in WorkflowReactiveSwift and this could be built more generally.
Open to suggestions on API shape
The text was updated successfully, but these errors were encountered:
Kotlin has LifecycleWorker that makes it easy to perform side-effects when the worker is started or stopped.
At the moment, this is essentially equivalent to doing the following in Swift:
We might consider making some convenience for this in Swift land. I’d hesitate tying it to
Worker
specifically since that lives inWorkflowReactiveSwift
and this could be built more generally.Open to suggestions on API shape
The text was updated successfully, but these errors were encountered: