summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-09 17:01:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-09 17:01:38 +0000
commit08780161d7bdf4aace8fbf25840882b8d42132e9 (patch)
tree5e540bd4a358e5e356f8fd132ff1e5157338db1f /doc
parent0fa6bbc8ddf49eeb61ec62206b4f0e6326c160e8 (diff)
downloadruby-08780161d7bdf4aace8fbf25840882b8d42132e9.tar.gz
ruby-08780161d7bdf4aace8fbf25840882b8d42132e9.tar.xz
ruby-08780161d7bdf4aace8fbf25840882b8d42132e9.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@2441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index aef483652..7a8a62321 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.
OSZAR »