Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
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 1137 of file thread.c.

Field Documentation

◆ limit

rb_hrtime_t* join_arg::limit

Definition at line 1141 of file thread.c.

◆ target

rb_thread_t* join_arg::target

Definition at line 1139 of file thread.c.

◆ timeout

VALUE join_arg::timeout

Definition at line 1140 of file thread.c.

◆ waiter

struct rb_waiting_list* join_arg::waiter

Definition at line 1138 of file thread.c.


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