Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
join_arg Struct Reference

Data Fields

struct rb_waiting_listwaiter
rb_thread_t * target
VALUE timeout
rb_hrtime_t * limit

Detailed Description

Definition at line 1031 of file thread.c.

Field Documentation

◆ limit

rb_hrtime_t* join_arg::limit

Definition at line 1035 of file thread.c.

◆ target

rb_thread_t* join_arg::target

Definition at line 1033 of file thread.c.

◆ timeout

VALUE join_arg::timeout

Definition at line 1034 of file thread.c.

◆ waiter

struct rb_waiting_list* join_arg::waiter

Definition at line 1032 of file thread.c.


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