Raise error on take/send for Ractors in child processes
Ractor objects that are available in a child process should raise a Ractor::ClosedError exception when called with send or take
Ractor::ClosedError
send
take
Co-authored-by: John Hawthorn [email protected]
Raise error on take/send for Ractors in child processes
Ractor objects that are available in a child process should raise a
Ractor::ClosedError
exception when called withsend
ortake
Co-authored-by: John Hawthorn [email protected]