Constructor and Description |
---|
IOTryNonblockLibrary() |
Modifier and Type | Method and Description |
---|---|
void |
load(Ruby runtime,
boolean wrap) |
static IRubyObject |
try_read_nonblock(ThreadContext context,
IRubyObject io,
IRubyObject[] args) |
static IRubyObject |
try_write_nonblock(ThreadContext context,
IRubyObject io,
IRubyObject obj) |
public void load(Ruby runtime, boolean wrap) throws IOException
load
in interface Library
IOException
public static IRubyObject try_read_nonblock(ThreadContext context, IRubyObject io, IRubyObject[] args)
public static IRubyObject try_write_nonblock(ThreadContext context, IRubyObject io, IRubyObject obj)
Copyright © 2001–2016 JRuby. All rights reserved.