Contents

send()

Sends a void value to the subscriber.

Declaration

func send()

Mentioned in

Discussion

Use Void inputs and outputs when you want to signal that an event has occurred, but don’t need to send the event itself.

See Also

Delivering elements to subscribers