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 | 08780161d7bdf4aace8fbf25840882b8d42132e9 (patch) | |
tree | 5e540bd4a358e5e356f8fd132ff1e5157338db1f /doc | |
parent | 0fa6bbc8ddf49eeb61ec62206b4f0e6326c160e8 (diff) | |
download | ruby-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/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. |