Table.share

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2022.9
Class: table

Description

Makes a table thread safe, that is useable concurrently by several threads. <syntaxhighlight lang="lua"> table.share(table) </source>

Parameters

table: (table) the table to share