Difference between revisions of "Thread:sendData"

From GiderosMobile
Line 14: Line 14:
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
 
''<translate>none</translate>''<br/>
 
''<translate>none</translate>''<br/>
 +
 +
{{Thread}}

Revision as of 22:59, 11 February 2020


Available since: 2018.10
Class: Thread

Description

Sends data for retrieval by main thread (only a valid call inside thread function). Adds values onto a stack which are retrieved by the next call to fetchData from the main thread.

Thread.sendData(...)

Parameters

...: (misc) variables to add to send stack

Return values

none