Concurrent Ruby v1.1.6 Release Notes

Release Date: 2020-02-10 // about 4 years ago
  • ๐Ÿ’Ž concurrent-ruby:

    • (#841) Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated.
    • ๐Ÿ—„ (#841) AbstractExecutorService#auto_terminate= was deprecated and has no effect. Set :auto_terminate option instead when executor is initialized.