Ruby 4.1.0dev (2026-03-05 revision 8a87cebd1874f8f9f68af8928191ee3f0d97bb28)
Data Fields
wait_for_cond_data Struct Reference

Data Fields

VALUE monitor
 
VALUE cond
 
VALUE timeout
 
VALUE count
 

Detailed Description

Definition at line 1456 of file thread_sync.c.

Field Documentation

◆ cond

VALUE wait_for_cond_data::cond

Definition at line 1458 of file thread_sync.c.

◆ count

VALUE wait_for_cond_data::count

Definition at line 1460 of file thread_sync.c.

◆ monitor

VALUE wait_for_cond_data::monitor

Definition at line 1457 of file thread_sync.c.

◆ timeout

VALUE wait_for_cond_data::timeout

Definition at line 1459 of file thread_sync.c.


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