init(_:)
Creates a publisher that sends the specified output to all subscribers and finishes normally.
Declaration
init(_ output: Result<Success, Failure>.Publisher.Output)Parameters
- output:
The output to deliver to each subscriber.
Creates a publisher that sends the specified output to all subscribers and finishes normally.
init(_ output: Result<Success, Failure>.Publisher.Output)The output to deliver to each subscriber.