Contents

next()

Produces the next element in the prefix sequence.

Declaration

mutating func next() async -> P.Output?

Return Value

The next published element, or nil if the publisher finishes normally.