Core.setAutoYield
From GiderosMobile
Available since: Gideros 2025.2
Class: Core
Description
When working with async calls, you'll sometimes want to control when your thread is auto yielding or not, because auto-yielding may happen in the middle of something that should never be interrupted.
Core.setAutoYield(auto)
Parameters
auto: (boolean) enable/disable autoyielding for the calling async call
- 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