pub fn co_running(state: &mut LuaState) -> Result<usize, LuaError>Expand description
coroutine.running() — return the current coroutine plus a boolean.
The boolean is true when the current coroutine is the main thread.
C: static int luaB_corunning(lua_State *L)