summaryrefslogtreecommitdiff
path: root/ext/thread/lib/thread.rb
blob: 6c533aba394cb9e942b73f57ceb4ae79fa4c4097 (plain)
1
2
3
4
5
unless defined? Thread
  fail "Thread not available for this ruby interpreter"
end

require 'thread.so'