Actions
Bug #21505
open
[Ractor] calling exit from non-main ractor will hang if main ractor waits on it
Description
r = Ractor.new do
exit
end
r.join # hangs
Should exit
be allowed in ractors? It would be easiest to disallow, as the code might be tricky if we allow it.
Actions
Like0
Like0Like0