ChannelSupplier

fun interface ChannelSupplier<R, T>(source)

Functions

Link copied to clipboard
abstract operator fun invoke(receive: R): T