Top Level Namespace
Relationships & Source Files | |
Namespace Children | |
Modules:
|
Constant Summary
-
TimeoutError =
Another name for ::Timeout::Error, defined for backwards compatibility with earlier versions of timeout.rb.
Timeout::Error
Instance Method Summary
-
#timeout(n, e = nil, &block)
Identical to:
Instance Method Details
#timeout(n, e = nil, &block)
Identical to:
Timeout::timeout(n, e, &block).
This method is deprecated and provided only for backwards compatibility. You should use Timeout#timeout instead.