Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
rb_queue Struct Reference

Data Fields

struct ccan_list_head waitq
 
rb_serial_t fork_gen
 
const VALUE que
 
int num_waiting
 

Detailed Description

Definition at line 673 of file thread_sync.c.

Field Documentation

◆ fork_gen

rb_serial_t rb_queue::fork_gen

Definition at line 675 of file thread_sync.c.

◆ num_waiting

int rb_queue::num_waiting

Definition at line 677 of file thread_sync.c.

◆ que

const VALUE rb_queue::que

Definition at line 676 of file thread_sync.c.

◆ waitq

struct ccan_list_head rb_queue::waitq

Definition at line 674 of file thread_sync.c.


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