Thread.sendData

From GiderosMobile
Revision as of 14:40, 4 October 2018 by PaulR (talk | contribs) (Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' 2018.10<br/> '''<translate>Class</translate>:''' Thread<br/> === <translat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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