Difference between revisions of "Core.setAutoYield"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2025.2<br/> '''Class:''' Core<br/> === Description === Auto yields the function running as background task. <syntaxhighlight lang...")
 
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Auto yields the function running as background task.
+
Changes auto yield capability of async tasks.
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Core.setAutoYield(auto)
 
Core.setAutoYield(auto)

Revision as of 20:00, 4 February 2025