Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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 786 of file thread.c.

Field Documentation

◆ args

VALUE thread_create_params::args

Definition at line 790 of file thread.c.

◆ fn

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

Definition at line 797 of file thread.c.

◆ g

rb_ractor_t* thread_create_params::g

Definition at line 794 of file thread.c.

◆ proc

VALUE thread_create_params::proc

Definition at line 791 of file thread.c.

◆ type

enum thread_invoke_type thread_create_params::type

Definition at line 787 of file thread.c.


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