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 — one (name_bytes, function_pointer) entry per coroutine.* function. The per-version roster (which entries actually register) is filtered in open_coroutine; this table is the full superset.