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

Data Fields

VALUE self
uint32_t id
rb_hook_list_t hooks
st_tabletargeted_hooks
unsigned int targeted_hooks_cnt

Detailed Description

Definition at line 2328 of file vm_core.h.

Field Documentation

◆ hooks

rb_hook_list_t rb_ractor_pub::hooks

Definition at line 2331 of file vm_core.h.

◆ id

uint32_t rb_ractor_pub::id

Definition at line 2330 of file vm_core.h.

◆ self

VALUE rb_ractor_pub::self

Definition at line 2329 of file vm_core.h.

◆ targeted_hooks

st_table* rb_ractor_pub::targeted_hooks

Definition at line 2332 of file vm_core.h.

◆ targeted_hooks_cnt

unsigned int rb_ractor_pub::targeted_hooks_cnt

Definition at line 2333 of file vm_core.h.


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