Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
|
Public Member Functions | |
BITFIELD (enum fiber_status, status, 2) | |
Data Fields | |
rb_context_t | cont |
VALUE | first_proc |
struct rb_fiber_struct * | prev |
struct rb_fiber_struct * | resuming_fiber |
unsigned int | yielding: 1 |
unsigned int | blocking: 1 |
struct coroutine_context | context |
struct fiber_pool_stack | stack |
rb_context_t rb_fiber_struct::cont |
struct coroutine_context rb_fiber_struct::context |
struct rb_fiber_struct* rb_fiber_struct::prev |
struct rb_fiber_struct* rb_fiber_struct::resuming_fiber |
struct fiber_pool_stack rb_fiber_struct::stack |