You and I had the same idea, to backport the new Ractor 😄
FYI I backport all features of Ruby that are backportable in my backports gem, this will be one of them.
I'm pretty much done, and I pass the Ruby tests (those that I can). I intend to make a release on Xmas day only, but I invite you to check it out in the meantime by using the ractor branch:
# in your Gemfile
gem 'backports', git: 'https://github.com/marcandre/backports.git', branch: 'ractor', require: false
# in your code:
require 'backports/3.0.0/ractor'
Hi!
You and I had the same idea, to backport the new
Ractor
😄FYI I backport all features of Ruby that are backportable in my
backports
gem, this will be one of them.I'm pretty much done, and I pass the Ruby tests (those that I can). I intend to make a release on Xmas day only, but I invite you to check it out in the meantime by using the
ractor
branch:Bug reports / PRs / code reviews welcome!