1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/thread: Import the "fastthread" implementation by MenTaLguY

in the original form.  This module is not hooked into the build
  yet since it needs some style fixes and adjustments.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2007-02-09 11:41:49 +00:00
parent b13f2006ec
commit 60047f3822
3 changed files with 1310 additions and 0 deletions

2
ext/thread/extconf.rb Normal file
View file

@ -0,0 +1,2 @@
require 'mkmf'
create_makefile("thread")