mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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. |
||
|---|---|---|
| .. | ||
| autoload.rb | ||
| http.rb | ||
| scheduler.rb | ||
| test_address_resolve.rb | ||
| test_backtrace.rb | ||
| test_enumerator.rb | ||
| test_io.rb | ||
| test_io_buffer.rb | ||
| test_mutex.rb | ||
| test_process.rb | ||
| test_ractor.rb | ||
| test_scheduler.rb | ||
| test_sleep.rb | ||
| test_thread.rb | ||
| test_timeout.rb | ||