send

open suspend override fun send(element: E)

Sends the value to all subscribed receives and stores this value as the most recent state for future subscribers. This implementation never suspends. It throws exception if the channel isClosedForSend (see close for details).

Sources

Link copied to clipboard