Difference between revisions of "Core.yieldable"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 6: | Line 6: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Core.yieldable() | Core.yieldable() | ||
− | </ | + | </syntaxhighlight> |
=== See also === | === See also === |
Latest revision as of 14:26, 13 July 2023
Available since: Gideros 2022.9
Class: Core
Description
Checks if current thread can yield.
Core.yieldable()
See also