| 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 | 1 | |
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