Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-10 | 937 Bytes | |
v1.3.4 source code.tar.gz | 2024-08-10 | 1.2 MB | |
v1.3.4 source code.zip | 2024-08-10 | 1.4 MB | |
Totals: 3 Items | 2.5 MB | 0 |
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_requests
that is cgroups aware. by @heka1024 in https://github.com/ruby-concurrency/concurrent-ruby/pull/1058 - Fix the doc of
Concurrent.available_processor_count
by @y-yagi in https://github.com/ruby-concurrency/concurrent-ruby/pull/1059 - Fix the return value of
Concurrent.available_processor_count
whencpu.cfs_quota_us
is -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