Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
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 1000 of file thread.c.

Field Documentation

◆ limit

rb_hrtime_t* join_arg::limit

Definition at line 1004 of file thread.c.

◆ target

rb_thread_t* join_arg::target

Definition at line 1002 of file thread.c.

◆ timeout

VALUE join_arg::timeout

Definition at line 1003 of file thread.c.

◆ waiter

struct rb_waiting_list* join_arg::waiter

Definition at line 1001 of file thread.c.


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