Ruby
3.4.9p82 (2026-03-11 revision 76cca827ab52ab1d346a728f068d5b8da3e2952b)
coroutine
emscripten
Context.c
1
#include "Context.h"
2
3
void
coroutine_trampoline(
void
* _context)
4
{
5
struct
coroutine_context
* context = _context;
6
7
context->entry_func(context->from, context);
8
}
coroutine_context
Definition
Context.h:36
Generated by
1.16.1