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>")
 
(One intermediate revision by the same user not shown)
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>
+
</syntaxhighlight>
  
 
=== See also ===
 
=== See also ===

Latest revision as of 15:26, 13 July 2023