index
:
pw.cloudef.rpg.git
master
rtp-support
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jni
/
ruby
/
benchmark
/
bm_vm_thread_alive_check1.rb
blob: c993accddaa3f5f820ed5521e2fdebfa84f77aba (
plain
)
1
2
3
4
5
6
5_000.times{ t = Thread.new{} while t.alive? Thread.pass end }