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

add thanks.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2010-04-16 11:11:17 +00:00
parent 93c5002a7c
commit 6511fec7ad

View file

@ -2,7 +2,7 @@ Fri Apr 16 20:05:24 2010 Yusuke Endoh <mame@tsg.ne.jp>
* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): remove * lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): remove
code that kicks waiting thread twice, which caused race and code that kicks waiting thread twice, which caused race and
deadlock. [ruby-core:25537] deadlock. a patch from James M. Lawrence. [ruby-core:25537]
* test/thread/test_queue.rb: added. * test/thread/test_queue.rb: added.