Changelog for
ruby3.3-rubygem-in_threads-1.6.0-1.45.x86_64.rpm :
* Tue Jan 25 2022 Stephan Kulow
updated to version 1.6.0 see installed CHANGELOG.markdown [#]# v1.6.0 (2022-01-18)
* Fix return for shortcut `enum.in_threads{ break … }` vs `enum.in_threads.each{ break … }` [AATTtoy](https://github.com/toy)
* Switch `each_with_object` to run in threads, unlike inject/reduce there is no contradiction, care should be taken if passed object is not thread safe [AATTtoy](https://github.com/toy)
* Switch `to_h` (ruby >= 2.6) and `to_set` to run in threads, they accept block to apply before creating Hash and Set respectively [AATTtoy](https://github.com/toy)
* Register `compact` added in 3.1 to run without threads (as it doesn\'t accept block) [AATTtoy](https://github.com/toy)
* Sun May 17 2020 Stasiek Michalski - Initial package