Threaded Runtime Module
This Module provides an interface for other Modules to interact with the Kernel.
Globals
computer
The Computer Library provides functions for interaction with the computer and especially the Lua Runtime.
computer.isPromoted () → boolean
Returns true if the Lua runtime is currently promoted/elevated. Which means its running in an seperate game thread allowing for fast bulk calculations.
Details
| Name | Type | Description |
|---|---|---|
Promoted |
boolean |
True if the currenty runtime is running in promoted/elevated tick state. |