Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
rb_waiting_list Struct Reference

Data Fields

struct rb_waiting_list * next
 
struct rb_thread_struct * thread
 
struct rb_fiber_struct * fiber
 

Detailed Description

Definition at line 1077 of file vm_core.h.

Field Documentation

◆ fiber

struct rb_fiber_struct* rb_waiting_list::fiber

Definition at line 1080 of file vm_core.h.

◆ next

struct rb_waiting_list* rb_waiting_list::next

Definition at line 1078 of file vm_core.h.

◆ thread

struct rb_thread_struct* rb_waiting_list::thread

Definition at line 1079 of file vm_core.h.


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