Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
rb_ractor_pub Struct Reference

Data Fields

VALUE self
 
rb_serial_t id
 
rb_hook_list_t hooks
 
st_table targeted_hooks
 
unsigned int targeted_hooks_cnt
 

Detailed Description

Definition at line 2440 of file vm_core.h.

Field Documentation

◆ hooks

rb_hook_list_t rb_ractor_pub::hooks

Definition at line 2443 of file vm_core.h.

◆ id

rb_serial_t rb_ractor_pub::id

Definition at line 2442 of file vm_core.h.

◆ self

VALUE rb_ractor_pub::self

Definition at line 2441 of file vm_core.h.

◆ targeted_hooks

st_table rb_ractor_pub::targeted_hooks

Definition at line 2444 of file vm_core.h.

◆ targeted_hooks_cnt

unsigned int rb_ractor_pub::targeted_hooks_cnt

Definition at line 2445 of file vm_core.h.


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