Thread:fetchData

From GiderosMobile
Revision as of 23:58, 11 February 2020 by MoKaLux (talk | contribs)


Available since: 2018.10
Class: Thread

Description

Returns any data sent by thread sendData call.

local success, ... = thread:fetchData()

Parameters

none

Return values

success: (boolean) if there is data to be retrieved
...: (misc) any number of arguments provided by sendData calls