repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
stdlib
/
ext
/
thread
/
lib
/
thread.rb
blob
6c533aba394cb9e942b73f57ceb4ae79fa4c4097
1
unless defined? Thread
2
fail "Thread not available for this ruby interpreter"
3
end
4
5
require 'thread.so'