|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
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 |
| unsigned int | killed: 1 |
| struct coroutine_context | context |
| struct fiber_pool_stack | stack |
| 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 |