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
When multiple threads attempt to resolve an autoload definition there's
nothing guarding the checks/sets for the "@loaded" and "@thread"
instance variables. By using Rubinius.synchronize we can ensure that
only 1 thread at a time can autoload a constant without having to worry
about recursive locking.
0 commit comments