send

suspend fun send(element: E): Unit (source)

Overrides SendChannel.send

Platform and version requirements: JVM

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).