Skip to content

1.2.1

Compare
Choose a tag to compare
@trowski trowski released this 04 Jul 01:12
· 1 commit to 1.x since this release
v1.2.1
66c0956

What's Changed

  • Fix a potential race condition when using a Queue to create a ConcurrentIterator. An Error with message "Must call suspend() before calling throw()" was thrown when a Cancellation provided to ConcurrentIterator::continue() was cancelled and the underlying Queue instance was simultaneously completed. See #22.

Full Changelog: v1.2.0...v1.2.1