Skip to content

1.0.0 Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 10 Apr 01:13
v1.0.0-beta.5
dc38b82
  • Added isComplete() to the ConcurrentIterator interface that returns true when the iterator has been completed (either successfully or with an error) and no further values are pending)
  • Fixed an issue where a reference to the prior value emitted on a ConcurrentIterator was held while awaiting the next value.