Package org.jruby.ext.io.nonblock
Class IONonBlock
java.lang.Object
org.jruby.ext.io.nonblock.IONonBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static IRubyObject
nonblock
(ThreadContext context, IRubyObject io, Block block) static IRubyObject
nonblock
(ThreadContext context, IRubyObject io, IRubyObject nonblocking, Block block) static IRubyObject
nonblock_p
(ThreadContext context, IRubyObject io) static IRubyObject
nonblock_set
(ThreadContext context, IRubyObject io, IRubyObject nonblocking)
-
Constructor Details
-
IONonBlock
public IONonBlock()
-
-
Method Details
-
load
-
nonblock_p
-
nonblock_set
public static IRubyObject nonblock_set(ThreadContext context, IRubyObject io, IRubyObject nonblocking) -
nonblock
-
nonblock
public static IRubyObject nonblock(ThreadContext context, IRubyObject io, IRubyObject nonblocking, Block block)
-