Package org.jruby.ext.timeout
Class Timeout
java.lang.Object
org.jruby.ext.timeout.Timeout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static IRubyObject
timeout
(ThreadContext context, IRubyObject recv, IRubyObject seconds, Block block) static IRubyObject
timeout
(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, Block block) static IRubyObject
timeout
(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, IRubyObject message, Block block)
-
Field Details
-
EXECUTOR_VARIABLE
- See Also:
-
-
Constructor Details
-
Timeout
public Timeout()
-
-
Method Details
-
load
-
timeout
public static IRubyObject timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, Block block) -
timeout
public static IRubyObject timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, Block block) -
timeout
public static IRubyObject timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, IRubyObject message, Block block)
-