Wait killed threads

This commit is contained in:
Nobuyoshi Nakada 2022-12-02 23:44:24 +09:00
parent eb6785356d
commit bb0ec7df32
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -179,5 +179,7 @@ class TestFiberScheduler < Test::Unit::TestCase
# Make sure the threads are dead... # Make sure the threads are dead...
thread.kill thread.kill
signaller.kill signaller.kill
thread.join
signaller.join
end end
end end