Channel<T> constructor

Channel<T>()

Implementation

factory Channel() = NonBlockingChannel<T>;