Difference between revisions of "Core.yieldable"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2022.9<br/> '''Class:''' Core<br/> === Description === Checks if current thread can yield. <source lang="lua"> Core.yieldable() </source>...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Checks if current thread can yield.
 
Checks if current thread can yield.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Core.yieldable()
 
Core.yieldable()
 
</source>
 
</source>

Revision as of 15:26, 13 July 2023