1.2.1
What's Changed
- Fix a potential race condition when using a
Queue
to create aConcurrentIterator
. AnError
with message "Must call suspend() before calling throw()" was thrown when aCancellation
provided toConcurrentIterator::continue()
was cancelled and the underlyingQueue
instance was simultaneously completed. See #22.
Full Changelog: v1.2.0...v1.2.1