Data Fields | |
| VALUE | read |
| VALUE | write |
| VALUE | except |
| timeval * | timeout |
| rb_fdset_t | fdsets [4] |
| union { | |
| int fd | |
| int error | |
| } | as |
| rb_fdset_t * | read |
| rb_fdset_t * | write |
| rb_fdset_t * | except |
| timeval * | tv |
Definition at line 8315 of file io.c.
| union { ... } select_args::as |
| VALUE select_args::except |
| int select_args::fd |
| VALUE select_args::read |
| struct timeval* select_args::timeout |
| struct timeval* select_args::tv |
| VALUE select_args::write |
1.4.7