Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
rb_ractor_basket Struct Reference

Data Fields

bool exception
 
enum rb_ractor_basket_type type
 
VALUE v
 
VALUE sender
 

Detailed Description

Definition at line 21 of file ractor_core.h.

Field Documentation

◆ exception

bool rb_ractor_basket::exception

Definition at line 22 of file ractor_core.h.

◆ sender

VALUE rb_ractor_basket::sender

Definition at line 25 of file ractor_core.h.

◆ type

enum rb_ractor_basket_type rb_ractor_basket::type

Definition at line 23 of file ractor_core.h.

◆ v

VALUE rb_ractor_basket::v

Definition at line 24 of file ractor_core.h.


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