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. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Core.yieldable() | Core.yieldable() | ||
</source> | </source> |
Revision as of 15:26, 13 July 2023
Available since: Gideros 2022.9
Class: Core
Description
Checks if current thread can yield. <syntaxhighlight lang="lua"> Core.yieldable() </source>
See also
- Core
- Core.asyncCall
- Core.asyncThread
- Core.class
- Core.enableAllocationTracking
- Core.fileLoad
- Core.fileSave
- Core.findReferences
- Core.frameStatistics
- Core.getScriptPath
- Core.profilerReport
- Core.profilerReset
- Core.profilerStart
- Core.profilerStop
- Core.random
- Core.randomSeed
- Core.setAutoYield
- Core.signal
- Core.stopping
- Core.yield
- Core.yieldable
- Core.yieldlock