Contents

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.

See Also

Creating a Result Publisher