Skip to main content

Module do_

Module do_ 

Source
Expand description

Stack and call structure of Lua.

Ported from ldo.c.

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.