isFull

abstract val isFull: Boolean (source)

Platform and version requirements: JVM

Returns true if the channel is full (out of capacity) and the send attempt will suspend. This function returns false for isClosedForSend channel.