Constructs a Stream which flattens all events in streams and emits them in a single sequence.
streams
MergeStream(Iterable<Stream<T>> streams) : _controller = _buildController(streams);