public static class Timeout.TimeoutToplevel
extends java.lang.Object
Constructor and Description |
---|
TimeoutToplevel() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
timeout(ThreadContext context,
IRubyObject self,
IRubyObject seconds,
Block block) |
static IRubyObject |
timeout(ThreadContext context,
IRubyObject self,
IRubyObject seconds,
IRubyObject exceptionType,
Block block) |
static IRubyObject |
timeout(ThreadContext context,
IRubyObject self,
IRubyObject seconds,
IRubyObject exceptionType,
IRubyObject message,
Block block) |
public static IRubyObject timeout(ThreadContext context, IRubyObject self, IRubyObject seconds, Block block)
public static IRubyObject timeout(ThreadContext context, IRubyObject self, IRubyObject seconds, IRubyObject exceptionType, Block block)
public static IRubyObject timeout(ThreadContext context, IRubyObject self, IRubyObject seconds, IRubyObject exceptionType, IRubyObject message, Block block)
Copyright © 2001-2018 JRuby. All Rights Reserved.