|
Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
Data Fields | |
| void ** | stack_pointer |
| void * | argument |
| emscripten_fiber_t | state |
| coroutine_start | entry_func |
| struct coroutine_context * | from |
| struct coroutine_shared * | shared |
| coroutine_start | start |
| void * | stack |
| size_t | size |
| pthread_t | id |
| pthread_cond_t | schedule |
| ucontext_t | state |