Skip to content
  • Jean Boussier's avatar
    5e421ce8
    ractor: don't inherit the default thread group · 5e421ce8
    Jean Boussier authored
    [Bug #17506]
    
    `Thread.current.group` isn't shareable so it shouldn't be inherited
    by the main thread of a new Ractor.
    
    This cause an extra allocation when spawning a ractor, which could
    be elided with a bit of extra work, but not sure if it's worth
    the effort.
    5e421ce8
    ractor: don't inherit the default thread group
    Jean Boussier authored
    [Bug #17506]
    
    `Thread.current.group` isn't shareable so it shouldn't be inherited
    by the main thread of a new Ractor.
    
    This cause an extra allocation when spawning a ractor, which could
    be elided with a bit of extra work, but not sure if it's worth
    the effort.
Loading