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. | ||
− | < | + | <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