1.1.0
- Added
Pipeline::merge()
which combines multiple iterators, emitting a value whenever any iterator emits a value. - Fixed
Pipeline::take()
not completing until a value beyond the given count was emitted. The pipeline now completes immediately after emitting the last view. - Marked the template type of
ConcurrentIterator
as covariant.