Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Public Member Functions | Data Fields
rb_fiber_struct Struct Reference

Public Member Functions

 BITFIELD (enum fiber_status, status, 2)
 

Data Fields

rb_context_t cont
 
VALUE first_proc
 
struct rb_fiber_structprev
 
struct rb_fiber_structresuming_fiber
 
unsigned int yielding: 1
 
unsigned int blocking: 1
 
struct coroutine_context context
 
struct fiber_pool_stack stack
 

Detailed Description

Definition at line 241 of file cont.c.

Field Documentation

◆ blocking

unsigned int rb_fiber_struct::blocking

Definition at line 250 of file cont.c.

◆ cont

rb_context_t rb_fiber_struct::cont

Definition at line 242 of file cont.c.

◆ context

struct coroutine_context rb_fiber_struct::context

Definition at line 252 of file cont.c.

◆ first_proc

VALUE rb_fiber_struct::first_proc

Definition at line 243 of file cont.c.

◆ prev

struct rb_fiber_struct* rb_fiber_struct::prev

Definition at line 244 of file cont.c.

◆ resuming_fiber

struct rb_fiber_struct* rb_fiber_struct::resuming_fiber

Definition at line 245 of file cont.c.

◆ stack

struct fiber_pool_stack rb_fiber_struct::stack

Definition at line 253 of file cont.c.

◆ yielding

unsigned int rb_fiber_struct::yielding

Definition at line 249 of file cont.c.


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