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.
Produces the next element in the prefix sequence.
mutating func next() async -> P.Output?The next published element, or nil if the publisher finishes normally.