Module _changelog

Module _changelog 

Source
Expand description

§readahead-iterator Release History

§v0.1.3 2025-12-03

  • Improved docs, no code changes.

§v0.1.2 2025-12-03

  • Bug fix: Thread no longer panics when the receiver is dropped early, such as when using .take() to consume only part of the iterator. Similarly, the receiver no longer panics if the sender exits unexpectedly or panics.

§v0.1.1 2021-04-26

  • Bug fix: Continue returning None repeatedly after the inner iterator terminates, rather than only once.

§v0.1.0 2021-04-25

  • Initial release.