pub fn co_running(state: &mut LuaState) -> Result<usize, LuaError>
coroutine.running() — return the current coroutine plus a boolean.
coroutine.running()
The boolean is true when the current coroutine is the main thread.
true