public class ChannelKt
Modifier and Type | Method and Description |
---|---|
static <E> Channel<E> |
Channel(int capacity)
Creates a channel with the specified buffer capacity (or without a buffer by default).
See
interface Channel interface documentation for details. |
public static <E> Channel<E> Channel(int capacity)
Creates a channel with the specified buffer capacity (or without a buffer by default).
See interface Channel
interface documentation for details.
interface Channel