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