Skip to main content

open_coroutine

Function open_coroutine 

Source
pub fn open_coroutine(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

Opens the coroutine standard library by pushing a new table containing all coroutine.* functions.

C: LUAMOD_API int luaopen_coroutine(lua_State *L)LUAMOD_APIpub.