Skip to main content

Module do_

Module do_ 

Source
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 k and context ctx for resumption.