From 9029decfe4ed6e275d63b15ec0996f3c7efde5df Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 9 May 2002 17:01:38 +0000 Subject: * eval.c (rb_thread_join): added an argument to limit time to wait the thread. * eval.c (rb_thread_join_m): new. and added optional argument. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/NEWS') diff --git a/doc/NEWS b/doc/NEWS index aef4836520..7a8a62321f 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,8 @@ +: Thread#join + + Optional argument limits maximum time to wait the thread in second. + And returns nil if timed out. + : dl module Imported. An interface to the dynamic linker. -- cgit v1.2.3