Ruby 4.1.0dev (2026-08-17 revision d8f0457c5e4b323ffbe00a49b3473e5f48af544d)
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: