Samuel Williams
fd6cef79f5
Use a proper mutex for autoloading features. ( #5788 )
...
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.
2022-05-08 10:22:58 +12:00
..
2022-04-22 15:00:16 -07:00
2022-01-24 10:56:30 +09:00
2022-04-22 15:00:16 -07:00
2022-03-08 16:06:37 +09:00
2022-05-08 10:22:58 +12:00
2022-04-22 15:00:16 -07:00
2022-03-08 17:40:02 +09:00
2022-01-27 12:33:06 +09:00
2022-04-22 15:00:16 -07:00
2022-04-20 13:01:08 +09:00
2022-03-29 08:21:10 -07:00
2022-04-22 15:00:16 -07:00
2022-03-07 20:08:22 +09:00
2022-04-21 17:10:19 +09:00
2022-01-22 10:00:51 +09:00
2022-04-14 16:37:14 +09:00
2022-02-22 18:52:52 +09:00
2022-05-03 13:44:43 -04:00
2022-04-29 13:14:47 +09:00
2022-04-22 12:11:36 +09:00
2022-04-02 17:01:33 +09:00
2022-02-10 17:18:05 +09:00
2022-02-18 11:56:24 +09:00