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