Concurrent Ruby v1.1.6.pre1 Release Notes

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

    • (#828) Allow to name executors, the name is also used to name their threads
    • ๐Ÿ‘ฏ (#838) Implement #dup and #clone for structs
    • (#821) Safer finalizers for thread local variables
    • ๐Ÿ“š Documentation fixes
    • ๐Ÿ’Ž (#814) Use Ruby's Etc.nprocessors if available
    • (#812) Fix directory structure not to mess with packaging tools
    • ๐Ÿ’Ž (#840) Fix termination of pools on JRuby

    ๐Ÿ’Ž concurrent-ruby-edge:

    • โž• Add WrappingExecutor (#830)