lua_isyieldable
[-0, +0, –]
1 | int lua_isyieldable (lua_State *L); |
Returns 1 if the given coroutine can yield, and 0 otherwise.
lua_isyieldable
[-0, +0, –]
1 | int lua_isyieldable (lua_State *L); |
Returns 1 if the given coroutine can yield, and 0 otherwise.
Designed by : w10schools
service@w10schools.com
Please login to continue.