Core.asyncCall

From GiderosMobile
Revision as of 11:20, 23 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2016.06

Description

Launch function on separate thread as background task.

Background threads are only executed when main thread is not running

 Core.asyncCall(task,parameters)

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