Ruby 4.1.0dev (2026-05-20 revision 3373fcc2dee7c4560d2c3e4280c549cdb1b5de63)
Data Fields
rb_waiting_list Struct Reference

Data Fields

struct rb_waiting_listnext
 
struct rb_thread_structthread
 
struct rb_fiber_structfiber
 

Detailed Description

Definition at line 1035 of file vm_core.h.

Field Documentation

◆ fiber

struct rb_fiber_struct* rb_waiting_list::fiber

Definition at line 1038 of file vm_core.h.

◆ next

struct rb_waiting_list* rb_waiting_list::next

Definition at line 1036 of file vm_core.h.

◆ thread

struct rb_thread_struct* rb_waiting_list::thread

Definition at line 1037 of file vm_core.h.


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