New
v1.3.4
What's Changed
- Update comment for JRuby variant of processor_count to reality by @meineerde in https://github.com/ruby-concurrency/concurrent-ruby/pull/1054
- Add
Concurrent.cpu_requeststhat is cgroups aware. by @heka1024 in https://github.com/ruby-concurrency/concurrent-ruby/pull/1058 - Fix the doc of
Concurrent.available_processor_countby @y-yagi in https://github.com/ruby-concurrency/concurrent-ruby/pull/1059 - Fix the return value of
Concurrent.available_processor_countwhencpu.cfs_quota_usis -1 by @y-yagi in https://github.com/ruby-concurrency/concurrent-ruby/pull/1060
New Contributors
- @heka1024 made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1058
- @y-yagi made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1059
Full Changelog: https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.3...v1.3.4