Contents

receiveOutput

A closure that executes when the publisher receives output from the upstream publisher, and can raise a debugger signal by returning a true Boolean value.

Declaration

let receiveOutput: ((Upstream.Output) -> Bool)?

See Also

Inspecting publisher properties