Difference between revisions of "Core.signal"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2022.9<br/> '''Class:''' Core<br/> === Description === Creates a signal for use by parallel threads. <source lang="lua"> Core.signal() </so...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Creates a signal for use by parallel threads.
 
Creates a signal for use by parallel threads.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Core.signal()
 
Core.signal()
</source>
+
</syntaxhighlight>
  
 
=== See also ===
 
=== See also ===

Latest revision as of 15:26, 13 July 2023