Open tagomoris opened 3 years ago
For non-shareable objects/variables. See lib/right_speed/ractor_helper.rb.
lib/right_speed/ractor_helper.rb
Class instance variables will be readable https://bugs.ruby-lang.org/issues/17592
Or use transactional variables https://github.com/ko1/ractor-tvar
For non-shareable objects/variables. See
lib/right_speed/ractor_helper.rb
.