Skip to main content

CO_FUNCS

Constant CO_FUNCS 

Source
pub const CO_FUNCS: &[(&[u8], lua_CFunction)];
Expand description

Registration table for the coroutine standard library.

C: static const luaL_Reg co_funcs[]

Each entry is (name_bytes, function_pointer). Phase B resolves lua_CFunction to the canonical type alias from lua-types.