trySend

open override fun trySend(element: E): ChannelResult<Unit>

Sends the value to all subscribed receives and stores this value as the most recent state for future subscribers. This implementation always returns either successful result or closed with an exception.

Sources

Link copied to clipboard