1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/thread
kosaki 1f1db611b9 * lib/thread.rb (ConditionVariable): use hash instead of array for
@waiters.
* test/thread/test_queue.rb (test_sized_queue_and_wakeup): remove
  a test because @waiters no longer have a chance to duplicated. Now it's
  a hash.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-12-01 08:28:44 +00:00
..
test_queue.rb * lib/thread.rb (ConditionVariable): use hash instead of array for 2012-12-01 08:28:44 +00:00
test_sync.rb * lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code. 2012-09-09 11:34:47 +00:00