Wait killed thread

This commit is contained in:
Nobuyoshi Nakada 2022-12-02 16:20:43 +09:00
parent 4fa47eabf2
commit ad4eab1a8c
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -1263,6 +1263,7 @@ q.pop
assert_predicate(status, :success?, bug18902)
ensure
th.kill
th.join
end
end if Process.respond_to?(:fork)