Skip to main content

lua_isyieldable

Function lua_isyieldable 

Source
pub fn lua_isyieldable(state: &LuaState) -> bool
Expand description

Returns whether the calling context can yield.

C: LUA_API int lua_isyieldable(lua_State *L)