File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Sources/ComposableArchitecture/Effects Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -574,23 +574,19 @@ extension Publisher {
574
574
/// - Returns: An effect that never produces output or errors.
575
575
@available (
576
576
iOS, deprecated: 9999.0 ,
577
- message:
578
- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
577
+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
579
578
)
580
579
@available (
581
580
macOS, deprecated: 9999.0 ,
582
- message:
583
- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
581
+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
584
582
)
585
583
@available (
586
584
tvOS, deprecated: 9999.0 ,
587
- message:
588
- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
585
+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
589
586
)
590
587
@available (
591
588
watchOS, deprecated: 9999.0 ,
592
- message:
593
- " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
589
+ message: " Iterate over 'Publisher.values' in the static version of 'Effect.run', instead. "
594
590
)
595
591
public func fireAndForget< NewOutput, NewFailure> (
596
592
outputType: NewOutput . Type = NewOutput . self,
You can’t perform that action at this time.
0 commit comments