Ruby 4.1.0dev (2026-09-07 revision 11ce3778c6eacc10897729314e5ab3bed7830971)
Data Fields
wait_for_cond_data Struct Reference

Data Fields

VALUE monitor
 
VALUE cond
 
VALUE timeout
 
VALUE count
 

Detailed Description

Definition at line 1450 of file thread_sync.c.

Field Documentation

◆ cond

VALUE wait_for_cond_data::cond

Definition at line 1452 of file thread_sync.c.

◆ count

VALUE wait_for_cond_data::count

Definition at line 1454 of file thread_sync.c.

◆ monitor

VALUE wait_for_cond_data::monitor

Definition at line 1451 of file thread_sync.c.

◆ timeout

VALUE wait_for_cond_data::timeout

Definition at line 1453 of file thread_sync.c.


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