diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-09 17:01:38 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-05-09 17:01:38 +0000 |
commit | 9029decfe4ed6e275d63b15ec0996f3c7efde5df (patch) | |
tree | 5e540bd4a358e5e356f8fd132ff1e5157338db1f /doc | |
parent | 253581c432a4d2dccfe9f12102bafd9d8cc12c5a (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')
-rw-r--r-- | doc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |