Skip to content
  • lukeg's avatar
    0d81177c
    Fix calls to require_internal in multi-ractor mode · 0d81177c
    lukeg authored
    After a ractor is started (multi-ractor mode), any calls to
    require_internal will hang the process due to deadlock. For example,
    loading a new encoding will deadlock after a ractor starts.
    
    Fixes [Bug #19562]
    0d81177c
    Fix calls to require_internal in multi-ractor mode
    lukeg authored
    After a ractor is started (multi-ractor mode), any calls to
    require_internal will hang the process due to deadlock. For example,
    loading a new encoding will deadlock after a ractor starts.
    
    Fixes [Bug #19562]
Loading