bm_vm_thread_alive_check1.rb   [plain text]


5_000.times{
  t = Thread.new{}
  while t.alive?
    Thread.pass
  end
}