Concurrent Ruby v1.0.5 Release Notes

Release Date: 2017-02-26 // about 7 years ago
  • ๐Ÿ’Ž concurrent-ruby:

    • ๐Ÿ“š Documentation for Event and Semaphore
    • ๐Ÿšš Use Unsafe#fullFence and #loadFence directly since the shortcuts were removed in JRuby
    • ๐Ÿ’Ž Do not depend on org.jruby.util.unsafe.UnsafeHolder

    ๐Ÿ’Ž concurrent-ruby-edge:

    • (#620) Actors on Pool raise an error
    • (#624) Delayed promises did not interact correctly with flatting
      • Fix arguments yielded by callback methods
    • 0๏ธโƒฃ Overridable default executor in promises factory methods
    • Asking actor to terminate will always resolve to true