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") | ||
| Line 4: | Line 4: | ||
| === Description === | === Description === | ||
| Creates a signal for use by parallel threads. | Creates a signal for use by parallel threads. | ||
| − | < | + | <syntaxhighlight lang="lua"> | 
| Core.signal() | Core.signal() | ||
| </source> | </source> | ||
Revision as of 14:26, 13 July 2023
Available since: Gideros 2022.9
Class: Core
Description
Creates a signal for use by parallel threads. <syntaxhighlight lang="lua"> Core.signal() </source>
See also
- Core
- Core.asyncCall
- Core.asyncThread
- Core.class
- Core.enableAllocationTracking
- Core.fileLoad
- Core.fileSave
- Core.findReferences
- Core.frameStatistics
- Core.getScriptPath
- Core.profilerReport
- Core.profilerReset
- Core.profilerStart
- Core.profilerStop
- Core.random
- Core.randomSeed
- Core.setAutoYield
- Core.signal
- Core.stopping
- Core.yield
- Core.yieldable
- Core.yieldlock
