lua_resume_real

Function lua_resume_real 

Source
pub fn lua_resume_real(l: LuaState, narg: c_int) -> c_int
Expand description

Starts and resumes a coroutine in a given thread. Blame garry for the _real