Factory

object Factory(source)

Constants for the channel factory function Channel().

Properties

Link copied to clipboard
const val BUFFERED: Int

A channel capacity marker that is substituted by the default buffer capacity.

Link copied to clipboard
const val CONFLATED: Int

A single-element buffer with conflating behavior.

Link copied to clipboard

Name of the JVM system property for the default channel capacity (64 by default).

Link copied to clipboard
const val RENDEZVOUS: Int = 0

The zero buffer capacity.

Link copied to clipboard
const val UNLIMITED: Int

An unlimited buffer capacity.