isYieldable method

bool isYieldable()

Checks if the current thread is yieldable.

Implementation

bool isYieldable() => lua_isyieldable(L);