Modifier and Type | Class and Description |
---|---|
static class |
Timeout.TimeoutToplevel |
Constructor and Description |
---|
Timeout() |
Modifier and Type | Method and Description |
---|---|
void |
load(Ruby runtime,
boolean wrap) |
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) |
public void load(Ruby runtime, boolean wrap) throws java.io.IOException
public static IRubyObject timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, Block block)
public static IRubyObject timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, Block block)
public static IRubyObject timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, IRubyObject message, Block block)
Copyright © 2001-2018 JRuby. All Rights Reserved.