github ruby-concurrency/concurrent-ruby v0.8.0
0.8.0

latest releases: v1.2.3, v1.2.2, v1.2.1...
9 years ago

This is the first release to use the new model for C and Java native extensions. Java native extensions are built into the core gem and published as a pre-compiled Java build (in addition to the pure-Ruby core gem). C native extensions for MRI are published as a separate extension gem. The main extension gem must be compiled on installation, but pre-compiled Windows binaries (x32 and x64) are published as well. Specific features in this build include:

  • C extension for MRI have been extracted into the concurrent-ruby-ext companion gem.
    Please see the README for more detail.
  • Better variable isolation in Promise and Future via an :args option
  • Continued to update intermittently failing tests

Don't miss a new concurrent-ruby release

NewReleases is sending notifications on new releases.