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

Data Fields

struct autoload_constac
 
VALUE result
 
VALUE thread
 
struct list_node waitq
 

Detailed Description

Definition at line 2033 of file variable.c.

Field Documentation

◆ ac

struct autoload_const* autoload_state::ac

Definition at line 2034 of file variable.c.

Referenced by rb_autoload_load().

◆ result

VALUE autoload_state::result

Definition at line 2035 of file variable.c.

Referenced by rb_autoload_load().

◆ thread

VALUE autoload_state::thread

Definition at line 2036 of file variable.c.

Referenced by rb_autoload_load().

◆ waitq

struct list_node autoload_state::waitq

Definition at line 2037 of file variable.c.

Referenced by rb_autoload_load().


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