Ruby 3.3.0p0 (2023-12-25 revision 5124f9ac7513eb590c37717337c430cb93caa151)
Data Fields
thread_create_params Struct Reference

Data Fields

enum thread_invoke_type type
 
VALUE args
 
VALUE proc
 
rb_ractor_tg
 
VALUE(* fn )(void *)
 

Detailed Description

Definition at line 768 of file thread.c.

Field Documentation

◆ args

VALUE thread_create_params::args

Definition at line 772 of file thread.c.

◆ fn

VALUE(* thread_create_params::fn) (void *)

Definition at line 779 of file thread.c.

◆ g

rb_ractor_t* thread_create_params::g

Definition at line 776 of file thread.c.

◆ proc

VALUE thread_create_params::proc

Definition at line 773 of file thread.c.

◆ type

enum thread_invoke_type thread_create_params::type

Definition at line 769 of file thread.c.


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