Expand description
Stack and call structure of Lua.
Translated from src/ldo.c (Lua 5.4.7, ~1029 lines, ~37 functions).
Target crate: lua-vm (crates/lua-vm/src/do_.rs).
Functionsยง
- lua_
isyieldable - Returns whether the calling context can yield.
- lua_
resume - Resumes (or starts) a coroutine thread.
- lua_
yieldk - Yields the current coroutine, saving the continuation function
kand contextctxfor resumption.