Add Fiber.yield to jobs

このコミットが含まれているのは:
Omar Roth 2018-04-28 09:26:03 -05:00
コミット d753e52680
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -108,6 +108,8 @@ threads.times do
end
end
end
Fiber.yield
end
end
end
@ -132,6 +134,7 @@ channel_threads.times do |i|
end
end
end
Fiber.yield
end
end
end