search for: ruby_1_8

Displaying 2 results from an estimated 2 matches for "ruby_1_8".

Did you mean: ruby1.8
2008 Jun 06
1
package needed: fastthread-1.0.2
I''ve just committed the makings of fastthread-1.0.2 to SVN, fixing a couple long-standing bugs in 1.0.1: - merged the fix from ruby_1_8 to avoid rb_bugging during exit with waiting threads - SizedQueue#enq is now defined properly Could you or whoever does the signed gems please turn the crank and upload the new gems? Thanks, -mental -------------- next part -------------- A non-text attachment was scrubbed... Name: not availab...
2007 Feb 14
4
fastthread-0.6.4.1 released
...Error, to make it optional. (Remember, not all Ruby implementations need it!) == WHERE? Files are available from Rubyforge: http://rubyforge.org/frs/shownotes.php?release_id=9709 == THE FUTURE My hope is that fastthread won''t be needed for much longer -- its code has been merged into ruby_1_8 as a build option (in which case, simply requiring ''thread'' will get you the same stuff!), but there''s not been a fastthread-enabled release yet. As for alternate Ruby implementations, JRuby already has its own implementation of the thread.rb primitives which uses native...