DEBSOURCES
Skip Quicknav
sources / ruby2.1 / 2.1.5-2 / benchmark / bm_vm_thread_pass_flood.rb
12345678
1000.times{ Thread.new{loop{Thread.pass}} } i = 0 while i<10000 i += 1 end