coroutine.isyieldable
Description
Returns whether the running coroutine can yield.
A running coroutine is yieldable if it is not in the main thread, and it is not inside a non-yieldable CÂ function.
This is only available on the x86-64 versions, because of the difference in the LuaJIT version. See here
Returns
Page views: 2,590
Updated: A Long Time Ago
Updated: A Long Time Ago