Ruby 4.1.0dev (2026-09-13 revision 81ab701fa1c0685c19d56aa6e3c688e31256fea2)
Data Fields
join_arg Struct Reference

Data Fields

struct rb_waiting_listwaiter
 
rb_thread_ttarget
 
VALUE timeout
 
rb_hrtime_t * limit
 

Detailed Description

Definition at line 1224 of file thread.c.

Field Documentation

◆ limit

rb_hrtime_t* join_arg::limit

Definition at line 1228 of file thread.c.

◆ target

rb_thread_t* join_arg::target

Definition at line 1226 of file thread.c.

◆ timeout

VALUE join_arg::timeout

Definition at line 1227 of file thread.c.

◆ waiter

struct rb_waiting_list* join_arg::waiter

Definition at line 1225 of file thread.c.


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