Ruby 3.5.0dev (2025-08-13 revision 40d07f268e63aa2cdbaf3b31b227cecc5ba7e9e0)
Data Fields
select_args Struct Reference

Data Fields

VALUE read
 
VALUE write
 
VALUE except
 
struct timevaltimeout
 
rb_fdset_t fdsets [4]
 
struct rb_ioio
 
struct rb_io_blocking_operationblocking_operation
 
union { 
 
   int   fd 
 
   int   error 
 
as 
 
rb_fdset_tread
 
rb_fdset_twrite
 
rb_fdset_texcept
 
struct timevaltv
 

Detailed Description

Definition at line 10816 of file io.c.

Field Documentation

◆ blocking_operation

struct rb_io_blocking_operation* select_args::blocking_operation

Definition at line 4661 of file thread.c.

◆ error

int select_args::error

Definition at line 4665 of file thread.c.

◆ except [1/2]

VALUE select_args::except

Definition at line 10817 of file io.c.

◆ except [2/2]

rb_fdset_t* select_args::except

Definition at line 4669 of file thread.c.

◆ fd

int select_args::fd

Definition at line 4664 of file thread.c.

◆ fdsets

rb_fdset_t select_args::fdsets[4]

Definition at line 10819 of file io.c.

◆ io

struct rb_io* select_args::io

Definition at line 4660 of file thread.c.

◆ read [1/2]

VALUE select_args::read

Definition at line 10817 of file io.c.

◆ read [2/2]

rb_fdset_t* select_args::read

Definition at line 4667 of file thread.c.

◆ timeout

struct timeval* select_args::timeout

Definition at line 10818 of file io.c.

◆ tv

struct timeval* select_args::tv

Definition at line 4670 of file thread.c.

◆ write [1/2]

VALUE select_args::write

Definition at line 10817 of file io.c.

◆ write [2/2]

rb_fdset_t* select_args::write

Definition at line 4668 of file thread.c.


The documentation for this struct was generated from the following files: