mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 02:15:57 +08:00
Object#autoload implements a custom per-thread "mutex" for blocking threads waiting on autoloading a feature. This causes problems when used with the fiber scheduler. We swap the implementation to use a Ruby mutex which is fiber aware.