diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-14 14:51:42 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-14 14:51:42 +0000 |
commit | 0811bd70e416daa03924286c8f324d76faad2a09 (patch) | |
tree | c2692457fbae375c8a38fd64a90a852365e331fc /lib/timeout.rb | |
parent | eced484a5617c21b6723078947ee1fd7b1475fa1 (diff) | |
download | ruby-0811bd70e416daa03924286c8f324d76faad2a09.tar.gz ruby-0811bd70e416daa03924286c8f324d76faad2a09.tar.xz ruby-0811bd70e416daa03924286c8f324d76faad2a09.zip |
* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by
as well.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/timeout.rb')
-rw-r--r-- | lib/timeout.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb index 0ba5293d1..7e3ee81ed 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -35,6 +35,7 @@ module Timeout def timeout(sec, exception=Error) return yield if sec == nil or sec.zero? + raise ThreadError, "timeout within critical session" if Thread.critical begin x = Thread.current y = Thread.start { |