Thread:sendData
From GiderosMobile
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
none
Return values
none