send

abstract fun send(value: Value)

Send a Value into the sink.

This is a synchronous operation but it depends on the receiver if the emitted value triggers a synchronous or an asynchronous operation (or none at all).