Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
join_arg Struct Reference

Data Fields

struct rb_waiting_listwaiter
rb_thread_ttarget
VALUE timeout
rb_hrtime_t * limit

Detailed Description

Definition at line 1010 of file thread.c.

Field Documentation

◆ limit

rb_hrtime_t* join_arg::limit

Definition at line 1014 of file thread.c.

◆ target

rb_thread_t* join_arg::target

Definition at line 1012 of file thread.c.

◆ timeout

VALUE join_arg::timeout

Definition at line 1013 of file thread.c.

◆ waiter

struct rb_waiting_list* join_arg::waiter

Definition at line 1011 of file thread.c.


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