Core.asyncCall

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Launch function on separate thread as background task. Background threads are only executed when mai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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(taskparameters,)

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