public class IONonBlock
extends java.lang.Object
| Constructor and Description |
|---|
IONonBlock() |
| Modifier and Type | Method and Description |
|---|---|
static void |
load(Ruby runtime) |
static IRubyObject |
nonblock_p(ThreadContext context,
IRubyObject io) |
static IRubyObject |
nonblock_set(ThreadContext context,
IRubyObject io,
IRubyObject nonblocking) |
static IRubyObject |
nonblock(ThreadContext context,
IRubyObject io,
Block block) |
static IRubyObject |
nonblock(ThreadContext context,
IRubyObject io,
IRubyObject nonblocking,
Block block) |
public static void load(Ruby runtime)
public static IRubyObject nonblock_p(ThreadContext context, IRubyObject io)
public static IRubyObject nonblock_set(ThreadContext context, IRubyObject io, IRubyObject nonblocking)
public static IRubyObject nonblock(ThreadContext context, IRubyObject io, Block block)
public static IRubyObject nonblock(ThreadContext context, IRubyObject io, IRubyObject nonblocking, Block block)
Copyright © 2001-2022 JRuby. All Rights Reserved.