summaryrefslogtreecommitdiff
path: root/doc/NEWS
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
commit9029decfe4ed6e275d63b15ec0996f3c7efde5df (patch)
tree5e540bd4a358e5e356f8fd132ff1e5157338db1f /doc/NEWS
parent253581c432a4d2dccfe9f12102bafd9d8cc12c5a (diff)
* 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
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS5
1 files changed, 5 insertions, 0 deletions
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.