Companion
object Companion
Functions
Link copied to clipboard
Creates an InputChannel that yields string, one character at a time.
Creates an InputChannel producing elements from generator (returning null when exhausted), whose available reflects availabilityChecker.
Link copied to clipboard
The platform-specific standard input channel (System.in on the JVM; unsupported on JS, see Channels.kt).
Link copied to clipboard