Use `Thread.pass` instead of sleeping.

parent 640fca32
......@@ -562,7 +562,7 @@ class RakeApp
end
def wait_process
sleep 0.1
Thread.pass
exited = []
$rake_fiber_table.each do |pid, v|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment