Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_ractor_basket Struct Reference

#include <ractor_core.h>

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: