Add stateless workflow convenience extensions to Swift #236
Labels
platform inconsistency
Issues or pull requests that address some inconsistency between Swift and Kotlin libraries.
swift
Affects the Swift library.
Milestone
In Kotlin, we recently (#219, #213) refactored our
Workflow
type to be a general type, with two subtypes:StatefulWorkflow
(wasWorkflow
) andStatelessWorkflow
(something we had before, but now more obviously a directly first-class citizen and sibling ofStatefulWorkflow
). So far the feedback from Android devs has been positive.This is not a huge change, mostly just naming, so should we adopt it in Swift as well?
cc @davidapgar @timdonnelly @bencochran
The text was updated successfully, but these errors were encountered: