public class SelectExecutor extends Object
Modifier and Type | Field and Description |
---|---|
static int |
READ_ACCEPT_OPS |
static int |
WRITE_CONNECT_OPS |
Constructor and Description |
---|
SelectExecutor(IRubyObject read,
IRubyObject write,
IRubyObject except,
Long timeout) |
public static final int READ_ACCEPT_OPS
public static final int WRITE_CONNECT_OPS
public SelectExecutor(IRubyObject read, IRubyObject write, IRubyObject except, Long timeout)
public IRubyObject go(ThreadContext context)
Copyright © 2001-2015 JRuby. All Rights Reserved.