Ruby
4.1.0dev (2026-09-07 revision b57404b461ba8bf34e802d86b0db78388216e182)
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:52
Generated by
1.9.8