channel

fun channel(channel: BindChannel.() -> Unit)(source)

Configure bindings for channels.

This should be used for bidirectional communication. A channel will be opened when first requested and closed when no longer needed.