Channel<T>.from constructor

Channel<T>.from(
  1. Iterable<T> values
)

Implementation

factory Channel.from(Iterable<T> values) = NonBlockingChannel<T>.from;