Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
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: