You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Ruby 3.3.0 `mutex_m` is promoted to a default gem, which requires
to add it to the gemspec/gemfile.
But given how little usage it has in `concurrent-ruby` I think it might
as well just be not used.
Additionally including `Mutex_m` cause many undesirable methods to
be exposed, so simply using a Mutex instance variable is preferable.
0 commit comments