pub fn open_coroutine(state: &mut LuaState) -> Result<usize, LuaError>
Opens the coroutine standard library by pushing a new table containing all coroutine.* functions.
coroutine
coroutine.*