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.