Difference between revisions of "Table.share"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2022.9<br/> '''Class:''' table<br/> === Description === Makes a table thread safe, that is useable concurrently by several threads. <source...")
(No difference)

Revision as of 10:12, 23 December 2022

Available since: Gideros 2022.9
Class: table

Description

Makes a table thread safe, that is useable concurrently by several threads.

table.share(table)

Parameters

table: (table) the table to share