ruby-cvs:25204
From: nobu ruby-lang.org
Date: Thu, 10 Jul 2008 12:09:24 +0900 (JST)
Subject: [ruby-cvs:25204] Ruby:r17984 (trunk): * thread.c (rb_thread_wait_for): wait until timed out only when
nobu 2008-07-10 12:09:23 +0900 (Thu, 10 Jul 2008) New Revision: 17984 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17984 Log: * thread.c (rb_thread_wait_for): wait until timed out only when sleeping with timeout. Modified files: trunk/ChangeLog trunk/thread.c