| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-13 | 2.5 kB | |
| v1.3.6 source code.tar.gz | 2025-12-13 | 1.2 MB | |
| v1.3.6 source code.zip | 2025-12-13 | 1.4 MB | |
| Totals: 3 Items | 2.5 MB | 0 | |
What's Changed
- Run tests without the C extension in CI by @eregon in https://github.com/ruby-concurrency/concurrent-ruby/pull/1081
- Fix typo in Promise docs by @danieldiekmeier in https://github.com/ruby-concurrency/concurrent-ruby/pull/1083
- Correct word in readme by @wwahammy in https://github.com/ruby-concurrency/concurrent-ruby/pull/1084
- Fix mistakes in MVar documentation by @trinistr in https://github.com/ruby-concurrency/concurrent-ruby/pull/1087
- Fix multi require concurrent/executor/cached_thread_pool by @OuYangJinTing in https://github.com/ruby-concurrency/concurrent-ruby/pull/1085
- Use typed data APIs by @nobu in https://github.com/ruby-concurrency/concurrent-ruby/pull/1096
- Add Joshua Young to the list of maintainers by @eregon in https://github.com/ruby-concurrency/concurrent-ruby/pull/1097
- Asynchronous pruning for RubyThreadPoolExecutor by @joshuay03 in https://github.com/ruby-concurrency/concurrent-ruby/pull/1082
- Mark RubySingleThreadExecutor as a SerialExecutorService by @meineerde in https://github.com/ruby-concurrency/concurrent-ruby/pull/1070
- Allow TimerTask to be safely restarted after shutdown and avoid duplicate tasks by @bensheldon in https://github.com/ruby-concurrency/concurrent-ruby/pull/1001
- Flaky test fix: allow ThreadPool to shutdown before asserting completed_task_count by @bensheldon in https://github.com/ruby-concurrency/concurrent-ruby/pull/1098
ThreadPoolExecutor#killwillwait_for_terminationin JRuby; ensureTimerSettimer thread shuts down cleanly by @bensheldon in https://github.com/ruby-concurrency/concurrent-ruby/pull/1044
New Contributors
- @danieldiekmeier made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1083
- @wwahammy made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1084
- @trinistr made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1087
- @OuYangJinTing made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1085
- @nobu made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1096
- @joshuay03 made their first contribution in https://github.com/ruby-concurrency/concurrent-ruby/pull/1082
Full Changelog: https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.5...v1.3.6