|
Ruby 4.0.0dev (2025-12-14 revision ab95abd44100a8dc07e270a0783f5c6b7ce584a7)
|
Data Fields | |
| void ** | stack_pointer |
| void * | argument |
| void * | fake_stack |
| void * | stack_base |
| size_t | stack_size |
| rb_wasm_fiber_context | fc |
| struct coroutine_context * | from |
| void * | current_sp |
| size_t | size |
| emscripten_fiber_t | state |
| coroutine_start | entry_func |
| struct coroutine_shared * | shared |
| coroutine_start | start |
| void * | stack |
| pthread_t | id |
| pthread_cond_t | schedule |
| ucontext_t | state |
| rb_wasm_fiber_context coroutine_context::fc |
| struct coroutine_context * coroutine_context::from |
| struct coroutine_shared* coroutine_context::shared |