Concurrent Ruby v1.1.7 Release Notes

Release Date: 2020-08-06 // over 3 years ago
  • ๐Ÿ’Ž concurrent-ruby:

    • (#879) Consider falsy value on Concurrent::Map#compute_if_absent for fast non-blocking path
    • (#876) Reset Async queue on forking, makes Async fork-safe
    • ๐Ÿ’Ž (#856) Avoid running problematic code in RubyThreadLocalVar on MRI that occasionally results in segfault
    • (#853) Introduce ThreadPoolExecutor without a Queue