pub fn lua_isyieldable(state: &LuaState) -> bool
Returns whether the calling context can yield.
C: LUA_API int lua_isyieldable(lua_State *L)
LUA_API int lua_isyieldable(lua_State *L)