Ruby 4.1.0dev (2026-09-07 revision b57404b461ba8bf34e802d86b0db78388216e182)
Data Fields
ractor_basket Struct Reference

Data Fields

enum ractor_basket_type type
 
VALUE sender
 
st_data_t port_id
 
struct { 
 
   VALUE   v 
 
   bool   exception 
 
   bool   marshaled 
 
   struct rb_ractor_courier *   courier 
 
   char *   mbuf 
 
   size_t   mlen 
 
p 
 
struct ccan_list_node node
 
struct ccan_list_node off_queue_node
 

Detailed Description

Definition at line 240 of file ractor_sync.c.

Field Documentation

◆ courier

struct rb_ractor_courier* ractor_basket::courier

Definition at line 254 of file ractor_sync.c.

◆ exception

bool ractor_basket::exception

Definition at line 247 of file ractor_sync.c.

◆ marshaled

bool ractor_basket::marshaled

Definition at line 251 of file ractor_sync.c.

◆ mbuf

char* ractor_basket::mbuf

Definition at line 258 of file ractor_sync.c.

◆ mlen

size_t ractor_basket::mlen

Definition at line 259 of file ractor_sync.c.

◆ node

struct ccan_list_node ractor_basket::node

Definition at line 262 of file ractor_sync.c.

◆ off_queue_node

struct ccan_list_node ractor_basket::off_queue_node

Definition at line 263 of file ractor_sync.c.

◆ port_id

st_data_t ractor_basket::port_id

Definition at line 243 of file ractor_sync.c.

◆ sender

VALUE ractor_basket::sender

Definition at line 242 of file ractor_sync.c.

◆ type

enum ractor_basket_type ractor_basket::type

Definition at line 241 of file ractor_sync.c.

◆ v

VALUE ractor_basket::v

Definition at line 246 of file ractor_sync.c.


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