Skip to content

1.1.0

Compare
Choose a tag to compare
@trowski trowski released this 23 Dec 04:41
· 2 commits to 1.x since this release
v1.1.0
8a0ecc2
  • 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.