lua · lua/LUA_YIELD
LUA_YIELD
Thread Yielded
The coroutine has suspended itself via coroutine.yield(). This is not an error but a status indicating the thread is paused and can be resumed with lua_resume.
References
In this namespace
← previous LUA_OK Success
— end of namespace —