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)?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.
let receiveOutput: ((Upstream.Output) -> Bool)?