Core.asyncCall

From GiderosMobile
Revision as of 17:49, 2 December 2019 by MoKaLux (talk | contribs) (----)

Available since: Gideros 2016.06
Class: Core

Description

Launch function on separate thread as background task.

Background threads are only executed when main thread is not running.

Core.asyncCall(task,parameters)

Parameters

task: (function) function to run in background
parameters: (multiple) multiple parameters to pass to function optional