Use Thread.pass instead of sleeping.

This commit is contained in:
take-cheeze
2018-06-22 09:29:59 +09:00
parent 640fca3276
commit 61e8f831dd
+1 -1
View File
@@ -562,7 +562,7 @@ class RakeApp
end
def wait_process
sleep 0.1
Thread.pass
exited = []
$rake_fiber_table.each do |pid, v|