File tree 2 files changed +0
-64
lines changed
Samples/WorkflowCombineSampleApp
2 files changed +0
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,19 +29,3 @@ extension DemoWorkflow {
29
29
func isEquivalent( to otherWorker: DemoWorkflow . DemoWorker ) -> Bool { true }
30
30
}
31
31
}
32
-
33
- /// Identifcal implementation of the Combine Worker using the WorkflowReactiveSwift library instead.
34
- /// To ensure that both implementations are correct, run the test suite with each implementation uncommented.
35
- // extension DemoWorkflow {
36
- // struct DemoWorker: WorkflowReactiveSwift.Worker {
37
- // typealias Output = Action
38
- //
39
- // func run() -> SignalProducer<DemoWorkflow.Action, Never> {
40
- // SignalProducer
41
- // .timer(interval: DispatchTimeInterval.seconds(1), on: QueueScheduler())
42
- // .map { .init(publishedDate: $0) }
43
- // }
44
- //
45
- // func isEquivalent(to otherWorker: DemoWorkflow.DemoWorker) -> Bool { true }
46
- // }
47
- // }
You can’t perform that action at this time.
0 commit comments