Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
thread_create_params Struct Reference

Data Fields

enum thread_invoke_type type
VALUE args
VALUE proc
rb_ractor_t * g
VALUE(* fn )(void *)

Detailed Description

Definition at line 816 of file thread.c.

Field Documentation

◆ args

VALUE thread_create_params::args

Definition at line 820 of file thread.c.

◆ fn

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

Definition at line 827 of file thread.c.

◆ g

rb_ractor_t* thread_create_params::g

Definition at line 824 of file thread.c.

◆ proc

VALUE thread_create_params::proc

Definition at line 821 of file thread.c.

◆ type

enum thread_invoke_type thread_create_params::type

Definition at line 817 of file thread.c.


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